com.steema.teechart.styles
Class GaugePointerStyles

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.GaugePointerStyles

public class GaugePointerStyles
extends Enum


Field Summary
static GaugePointerStyles CENTER
          Defines the pointer as a center.
static GaugePointerStyles CIRCLE
          Defines the pointer as a circle.
static GaugePointerStyles COLORLINE
          Defines the pointer as a colorline.
static GaugePointerStyles CROSS
          Defines the pointer as a cross.
static GaugePointerStyles DIAGCROSS
          Defines the pointer as a diagonal cross.
static GaugePointerStyles DIAMOND
          Defines the pointer as a diamond.
static GaugePointerStyles DOWNTRIANGLE
          Defines the pointer as a down pointing triangle.
static GaugePointerStyles HAND
          Defines the pointer as a hand.
static GaugePointerStyles HEXAGON
          Defines the pointer as a hexagon.
static GaugePointerStyles LEFTTRIANGLE
          Defines the pointer as a left triangle.
static GaugePointerStyles MINORTICK
          Defines the pointer as a minor (axis) tick.
static GaugePointerStyles NOTHING
          Defines the pointer as no shape.
static GaugePointerStyles POLISHEDSPHERE
          Defines the pointer as a polished sphere.
static GaugePointerStyles RECTANGLE
          Defines the pointer as a rectangle.
static GaugePointerStyles RIGHTTRIANGLE
          Defines the pointer as a right triangle.
static GaugePointerStyles SMALLDOT
          Defines the pointer as a small dot.
static GaugePointerStyles SPHERE
          Defines the pointer as a graded sphere.
static GaugePointerStyles STAR
          Defines the pointer as a star.
static GaugePointerStyles TICK
          Defines the pointer as an axis tick.
static GaugePointerStyles TRIANGLE
          Defines the pointer as a triangle.
protected static int upperBound
           
 
Method Summary
static GaugePointerStyles fromInt(int value)
           
static int size()
           
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upperBound

protected static int upperBound

RECTANGLE

public static final GaugePointerStyles RECTANGLE
Defines the pointer as a rectangle.


CIRCLE

public static final GaugePointerStyles CIRCLE
Defines the pointer as a circle.


TRIANGLE

public static final GaugePointerStyles TRIANGLE
Defines the pointer as a triangle.


DOWNTRIANGLE

public static final GaugePointerStyles DOWNTRIANGLE
Defines the pointer as a down pointing triangle.


CROSS

public static final GaugePointerStyles CROSS
Defines the pointer as a cross.


DIAGCROSS

public static final GaugePointerStyles DIAGCROSS
Defines the pointer as a diagonal cross.


STAR

public static final GaugePointerStyles STAR
Defines the pointer as a star.


DIAMOND

public static final GaugePointerStyles DIAMOND
Defines the pointer as a diamond.


SMALLDOT

public static final GaugePointerStyles SMALLDOT
Defines the pointer as a small dot.


NOTHING

public static final GaugePointerStyles NOTHING
Defines the pointer as no shape.


LEFTTRIANGLE

public static final GaugePointerStyles LEFTTRIANGLE
Defines the pointer as a left triangle.


RIGHTTRIANGLE

public static final GaugePointerStyles RIGHTTRIANGLE
Defines the pointer as a right triangle.


SPHERE

public static final GaugePointerStyles SPHERE
Defines the pointer as a graded sphere.


POLISHEDSPHERE

public static final GaugePointerStyles POLISHEDSPHERE
Defines the pointer as a polished sphere.


HEXAGON

public static final GaugePointerStyles HEXAGON
Defines the pointer as a hexagon.


HAND

public static final GaugePointerStyles HAND
Defines the pointer as a hand.


CENTER

public static final GaugePointerStyles CENTER
Defines the pointer as a center.


TICK

public static final GaugePointerStyles TICK
Defines the pointer as an axis tick.


MINORTICK

public static final GaugePointerStyles MINORTICK
Defines the pointer as a minor (axis) tick.


COLORLINE

public static final GaugePointerStyles COLORLINE
Defines the pointer as a colorline.

Method Detail

size

public static int size()

fromInt

public static GaugePointerStyles fromInt(int value)