protected static enum ScaleItem.Property extends java.lang.Enum<ScaleItem.Property> implements Key
Enum Constant and Description |
---|
drawingArea |
end |
hidden |
id |
labelRotation |
longestLabelWidth |
longestTextCache |
max |
maxIndex |
min |
minIndex |
pointLabels |
start |
ticks |
ticksAsNumbers |
xCenter |
yCenter |
zeroLineIndex |
Modifier and Type | Method and Description |
---|---|
static ScaleItem.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleItem.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaleItem.Property id
public static final ScaleItem.Property hidden
public static final ScaleItem.Property longestTextCache
public static final ScaleItem.Property minIndex
public static final ScaleItem.Property maxIndex
public static final ScaleItem.Property min
public static final ScaleItem.Property max
public static final ScaleItem.Property ticks
public static final ScaleItem.Property labelRotation
public static final ScaleItem.Property longestLabelWidth
public static final ScaleItem.Property start
public static final ScaleItem.Property end
public static final ScaleItem.Property ticksAsNumbers
public static final ScaleItem.Property zeroLineIndex
public static final ScaleItem.Property xCenter
public static final ScaleItem.Property yCenter
public static final ScaleItem.Property drawingArea
public static final ScaleItem.Property pointLabels
public static ScaleItem.Property[] values()
for (ScaleItem.Property c : ScaleItem.Property.values()) System.out.println(c);
public static ScaleItem.Property 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 null