public enum AxisTickLabelPosition extends java.lang.Enum<AxisTickLabelPosition>
| Modifier and Type | Method and Description | 
|---|---|
| static AxisTickLabelPosition | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AxisTickLabelPosition[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AxisTickLabelPosition HIGH
public static final AxisTickLabelPosition LOW
public static final AxisTickLabelPosition NEXT_TO
public static final AxisTickLabelPosition NONE
public static AxisTickLabelPosition[] values()
for (AxisTickLabelPosition c : AxisTickLabelPosition.values()) System.out.println(c);
public static AxisTickLabelPosition 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 2018 The Apache Software Foundation or its licensors, as applicable.