static enum GXyRender.Type extends Enum<GXyRender.Type>
| Enum Constant and Description |
|---|
AREA |
BARS |
DOTS |
LINES |
SHAPES |
SPLINE |
| Modifier and Type | Method and Description |
|---|---|
static GXyRender.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GXyRender.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GXyRender.Type DOTS
public static final GXyRender.Type SHAPES
public static final GXyRender.Type BARS
public static final GXyRender.Type LINES
public static final GXyRender.Type AREA
public static final GXyRender.Type SPLINE
public static GXyRender.Type[] values()
for (GXyRender.Type c : GXyRender.Type.values()) System.out.println(c);
public static GXyRender.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright 2014-2017, Xavier Witdouck