public static enum Chart.PointStyle extends java.lang.Enum<Chart.PointStyle>
Enum Constant and Description |
---|
POINT_CIRCLE |
POINT_NONE |
POINT_SQUARE |
POINT_TRIANGLE |
Modifier and Type | Method and Description |
---|---|
static Chart.PointStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Chart.PointStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chart.PointStyle POINT_NONE
public static final Chart.PointStyle POINT_SQUARE
public static final Chart.PointStyle POINT_CIRCLE
public static final Chart.PointStyle POINT_TRIANGLE
public static Chart.PointStyle[] values()
for (Chart.PointStyle c : Chart.PointStyle.values()) System.out.println(c);
public static Chart.PointStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © AnyLogic North America, LLC. All Rights Reserved.