public final class ScalesNode extends JavaScriptObjectContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_SINGLE_AXIS_ID
Default name of axis when the chart has got only 1 scale (polar, radar)
|
static java.lang.String |
DEFAULT_X_AXIS_ID
Default name of X axis
|
static java.lang.String |
DEFAULT_Y_AXIS_ID
Default name of Y axis
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ScaleItem> |
getItems()
Returns a map with all defined axis.
|
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
public static final java.lang.String DEFAULT_X_AXIS_ID
public static final java.lang.String DEFAULT_Y_AXIS_ID
public static final java.lang.String DEFAULT_SINGLE_AXIS_ID
public java.util.Map<java.lang.String,ScaleItem> getItems()