public enum PointStyle
- Object
- Enum<PointStyle>
- PointStyle
ImplementsComparable<PointStyle>
The chart point style enumerator.
Enum constants
X | |
CIRCLE | |
TRIANGLE | |
SQUARE | |
DIAMOND | |
POINT |
Methods
public static PointStyle[] values() | |
public static PointStyle valueOf(String name) | |
public static PointStyle getPointStyleForName(String name) | Return the point shape that has the provided symbol. |
public static int getIndexForName(String name) | Returns the point shape index based on the given name. |
public String getName() | Returns the point shape name. |
public String toString() | Returns the point shape name. |
Inherited methods
Enum constant details
X
XCIRCLE
CIRCLETRIANGLE
TRIANGLESQUARE
SQUAREDIAMOND
DIAMONDPOINT
POINTMethod details
values
public static PointStyle[] values()valueOf
public static PointStyle valueOf(String name)getPointStyleForName
public static PointStyle getPointStyleForName(String name)Return the point shape that has the provided symbol.
Parameters
nameString- the point style name
Returns
the point shape
getIndexForName
public static int getIndexForName(String name)Returns the point shape index based on the given name.
Returns
the point shape index
getName
public String getName()Returns the point shape name.
Returns
the point shape name
toString
public String toString()Returns the point shape name.
Returns
the point shape name