Uses of Class
org.wicketstuff.jqplot.lib.elements.Axes
-
Packages that use Axes Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of Axes in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib declared as Axes Modifier and Type Field Description protected Axes<T>ChartConfiguration. axesThe axes.Methods in org.wicketstuff.jqplot.lib that return Axes Modifier and Type Method Description Axes<T>ChartConfiguration. axesInstance()Instantiates the axes.Axes<T>ChartConfiguration. getAxes()Gets the axes.Methods in org.wicketstuff.jqplot.lib with parameters of type Axes Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setAxes(Axes<T> axes)Sets the axes. -
Uses of Axes in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return Axes Modifier and Type Method Description Axes<S>AbstractChart. getAxes()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type Axes Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setAxes(Axes<S> axes) -
Uses of Axes in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return Axes Modifier and Type Method Description Axes<T>Axes. setX2axis(X2Axis<T> x2axis)Axes<T>Axes. setXaxis(XAxis<T> xaxis)Axes<T>Axes. setY2axis(Y2Axis<T> y2axis)Axes<T>Axes. setYaxis(YAxis<T> yaxis)
-