
public static enum SVGSimpleLinearAxis.LabelStyle extends Enum<SVGSimpleLinearAxis.LabelStyle>
| Enum Constant and Description | 
|---|
| ENDLABEL | 
| LEFTHAND | 
| NOLABELS | 
| NOTHING | 
| RIGHTHAND | 
| Modifier and Type | Method and Description | 
|---|---|
| static SVGSimpleLinearAxis.LabelStyle | valueOf(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(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 null