public static enum GraphConstants.MinorGridStepType extends java.lang.Enum<GraphConstants.MinorGridStepType>
| Modifier and Type | Method and Description |
|---|---|
static GraphConstants.MinorGridStepType |
getType(java.lang.String theString) |
static GraphConstants.MinorGridStepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphConstants.MinorGridStepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphConstants.MinorGridStepType AUTO
public static final GraphConstants.MinorGridStepType ABSOLUTE
public static final GraphConstants.MinorGridStepType RELATIVE
public static GraphConstants.MinorGridStepType[] values()
for (GraphConstants.MinorGridStepType c : GraphConstants.MinorGridStepType.values()) System.out.println(c);
public static GraphConstants.MinorGridStepType 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 static GraphConstants.MinorGridStepType getType(java.lang.String theString)