public static enum Chart.ScaleType extends java.lang.Enum<Chart.ScaleType>
Enum Constant and Description |
---|
SCALE_100_PERCENT |
SCALE_AUTO |
SCALE_AUTO_FROM_0 |
SCALE_FIXED |
Modifier and Type | Method and Description |
---|---|
static Chart.ScaleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Chart.ScaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chart.ScaleType SCALE_AUTO
public static final Chart.ScaleType SCALE_AUTO_FROM_0
public static final Chart.ScaleType SCALE_FIXED
public static final Chart.ScaleType SCALE_100_PERCENT
public static Chart.ScaleType[] values()
for (Chart.ScaleType c : Chart.ScaleType.values()) System.out.println(c);
public static Chart.ScaleType 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 © AnyLogic North America, LLC. All Rights Reserved.