|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.PointerStyle
public class PointerStyle
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 |
---|
public static final PointerStyle RECTANGLE
public static final PointerStyle CIRCLE
public static final PointerStyle TRIANGLE
public static final PointerStyle DOWNTRIANGLE
public static final PointerStyle CROSS
public static final PointerStyle DIAGCROSS
public static final PointerStyle STAR
public static final PointerStyle DIAMOND
public static final PointerStyle SMALLDOT
public static final PointerStyle NOTHING
public static final PointerStyle LEFTTRIANGLE
public static final PointerStyle RIGHTTRIANGLE
public static final PointerStyle SPHERE
public static final PointerStyle POLISHEDSPHERE
public static final PointerStyle HEXAGON
Method Detail |
---|
public static int size()
public static PointerStyle fromInt(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |