public static enum SVGSimpleLinearAxis.LabelStyle extends java.lang.Enum<SVGSimpleLinearAxis.LabelStyle>
| Enum Constant and Description |
|---|
ENDLABEL |
LEFTHAND |
NOLABELS |
NOTHING |
RIGHTHAND |
| Modifier and Type | Method and Description |
|---|---|
static SVGSimpleLinearAxis.LabelStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVGSimpleLinearAxis.LabelStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGSimpleLinearAxis.LabelStyle LEFTHAND
public static final SVGSimpleLinearAxis.LabelStyle RIGHTHAND
public static final SVGSimpleLinearAxis.LabelStyle NOLABELS
public static final SVGSimpleLinearAxis.LabelStyle NOTHING
public static final SVGSimpleLinearAxis.LabelStyle ENDLABEL
public static SVGSimpleLinearAxis.LabelStyle[] values()
for (SVGSimpleLinearAxis.LabelStyle c : SVGSimpleLinearAxis.LabelStyle.values()) System.out.println(c);
public static SVGSimpleLinearAxis.LabelStyle 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 © 2019 ELKI Development Team. License information.