public class Scales extends Object
Modifier and Type | Method and Description |
---|---|
AbstractChart<?,?> |
getChart()
Returns the chart instance
|
protected T |
getConfiguration()
Returns the configuration element.
|
List<Axis> |
getXAxes()
Returns the list of X axes.
|
List<Axis> |
getYAxes()
Returns the list of Y axes.
|
protected void |
setConfiguration(T configuration) |
void |
setXAxes(Axis... axes)
Sets an array of X axes.
|
void |
setYAxes(Axis... axes)
Sets an array of Y axes.
|
String |
toJSON()
Returns the JSON representation of the object.
|
public void setXAxes(Axis... axes)
axes
- an array of axes.public List<Axis> getXAxes()
public void setYAxes(Axis... axes)
axes
- an array of axes.public List<Axis> getYAxes()
protected final void setConfiguration(T configuration)
configuration
- the configuration to setprotected final T getConfiguration()
public final String toJSON()
public final AbstractChart<?,?> getChart()