public static enum Trace.PointStyle extends java.lang.Enum<Trace.PointStyle>
| Enum Constant and Description |
|---|
BAR |
CIRCLE |
CROSS |
DIAMOND |
FILLED_CIRCLE |
FILLED_DIAMOND |
FILLED_SQUARE |
FILLED_TRIANGLE |
NONE |
POINT |
SQUARE |
TRIANGLE |
XCROSS |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
stringValues() |
java.lang.String |
toString() |
static Trace.PointStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trace.PointStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trace.PointStyle NONE
public static final Trace.PointStyle POINT
public static final Trace.PointStyle CIRCLE
public static final Trace.PointStyle FILLED_CIRCLE
public static final Trace.PointStyle TRIANGLE
public static final Trace.PointStyle FILLED_TRIANGLE
public static final Trace.PointStyle SQUARE
public static final Trace.PointStyle FILLED_SQUARE
public static final Trace.PointStyle DIAMOND
public static final Trace.PointStyle FILLED_DIAMOND
public static final Trace.PointStyle XCROSS
public static final Trace.PointStyle CROSS
public static final Trace.PointStyle BAR
public static Trace.PointStyle[] values()
for (Trace.PointStyle c : Trace.PointStyle.values()) System.out.println(c);
public static Trace.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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<Trace.PointStyle>public static java.lang.String[] stringValues()