Module org.wicketstuff.jqplot4j
Class Axes<T extends Serializable>
java.lang.Object
org.wicketstuff.jqplot.lib.elements.Axes<T>
- All Implemented Interfaces:
Serializable,Element
Axes options are specified within an axes object at the top level of the plot
options like so:
{
axes: {
xaxis: {min: 5},
yaxis: {min: 2, max: 8, numberTicks:4},
x2axis: {pad: 1.5},
y2axis: {ticks:[22, 44, 66, 88]}
}
}
There are 2 x axes, 'xaxis' and 'x2axis', and 9 yaxes, 'yaxis', 'y2axis'.
'y3axis', ... Any or all of which may be specified.- Author:
- inaiat
- See Also:
-
Constructor Details
-
Axes
public Axes()
-
-
Method Details
-
xAxisInstance
-
yAxisInstance
-
x2axisInstance
-
y2axisInstance
-
getXaxis
- Returns:
- the xaxis
-
setXaxis
- Parameters:
xaxis- the xaxis to set- Returns:
- Axes
-
getYaxis
- Returns:
- the yaxis
-
setYaxis
- Parameters:
yaxis- the yaxis to set- Returns:
- Axes
-
getX2axis
- Returns:
- the x2axis
-
setX2axis
- Parameters:
x2axis- the x2axis to set- Returns:
- Axes
-
getY2axis
- Returns:
- the y2axis
-
setY2axis
- Parameters:
y2axis- the y2axis to set- Returns:
- Axes
-