com.steema.teechart.styles
Class PointerStyle

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

public class PointerStyle
extends Enum

Title: PointerStyle class

Description: Describes the pointer style of a series pointer.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static PointerStyle CIRCLE
          Defines the pointer as a circle.
static PointerStyle CROSS
          Defines the pointer as a cross.
static PointerStyle DIAGCROSS
          Defines the pointer as a diagonal cross.
static PointerStyle DIAMOND
          Defines the pointer as a diamond.
static PointerStyle DOWNTRIANGLE
          Defines the pointer as a down pointing triangle.
static PointerStyle HEXAGON
          Defines the pointer as a hexagon.
static PointerStyle LEFTTRIANGLE
          Defines the pointer as a left triangle.
static PointerStyle NOTHING
          Defines the pointer as no shape.
static PointerStyle POLISHEDSPHERE
          Defines the pointer as a polished sphere.
static PointerStyle RECTANGLE
          Defines the pointer as a rectangle.
static PointerStyle RIGHTTRIANGLE
          Defines the pointer as a right triangle.
static PointerStyle SMALLDOT
          Defines the pointer as a small dot.
static PointerStyle SPHERE
          Defines the pointer as a graded sphere.
static PointerStyle STAR
          Defines the pointer as a star.
static PointerStyle TRIANGLE
          Defines the pointer as a triangle.
 
Method Summary
static PointerStyle 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

RECTANGLE

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


CIRCLE

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


TRIANGLE

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


DOWNTRIANGLE

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


CROSS

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


DIAGCROSS

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


STAR

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


DIAMOND

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


SMALLDOT

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


NOTHING

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


LEFTTRIANGLE

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


RIGHTTRIANGLE

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


SPHERE

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


POLISHEDSPHERE

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


HEXAGON

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

Method Detail

size

public static int size()

fromInt

public static PointerStyle fromInt(int value)