public class Scales extends ChartContainer
Modifier | Constructor and Description |
---|---|
protected |
Scales(AbstractChart<?,?> chart)
Builds the object storing the chart instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Axis> |
getXAxes() |
java.util.List<Axis> |
getYAxes() |
void |
setXAxes(Axis... axes)
Sets an array of X axes.
|
void |
setYAxes(Axis... axes)
Sets an array of Y axes.
|
getChart
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
protected Scales(AbstractChart<?,?> chart)
chart
- chart instancepublic void setXAxes(Axis... axes)
axes
- an array of axes.public java.util.List<Axis> getXAxes()
public void setYAxes(Axis... axes)
axes
- an array of axes.public java.util.List<Axis> getYAxes()