Uses of Class
org.wicketstuff.jqplot.lib.axis.Axis
-
Packages that use Axis Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.axis org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of Axis in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib declared as Axis Modifier and Type Field Description protected Axis<T>ChartConfiguration. axesDefaultsThe axes defaults.Methods in org.wicketstuff.jqplot.lib that return Axis Modifier and Type Method Description Axis<T>ChartConfiguration. axesDefaultsInstance()Instantiates the axes defaults.Axis<T>ChartConfiguration. getAxesDefaults()Gets the axes defaults.Methods in org.wicketstuff.jqplot.lib with parameters of type Axis Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setAxesDefaults(Axis<T> axesDefaults)Sets the axes defaults. -
Uses of Axis in org.wicketstuff.jqplot.lib.axis
Subclasses of Axis in org.wicketstuff.jqplot.lib.axis Modifier and Type Class Description classAxisNumberThe Class AxisNumber.classAxisStringDefault implementation of Axis.classX2Axis<T extends Serializable>which x axis to use with this series, either 'xaxis' or 'x2axis'.classXAxis<T extends Serializable>which x axis to use with this series, either 'xaxis' or 'x2axis'.classY2Axis<T extends Serializable>which y axis to use with this series, either 'yaxis' or 'y2axis'.classYAxis<T extends Serializable>which y axis to use with this series, either 'yaxis' or 'y2axis'.Methods in org.wicketstuff.jqplot.lib.axis that return Axis Modifier and Type Method Description Axis<T>Axis. rendererOptions(RendererOptions rendererOptions)Renderer options.Axis<T>Axis. setAutoScale(Boolean autoScale)Sets the auto scale.Axis<T>Axis. setLabel(String label)Sets the label.Axis<T>Axis. setLabelRenderer(JqPlotResources labelRenderer)Sets the label renderer.Axis<T>Axis. setMax(Serializable max)Sets the max.Axis<T>Axis. setMin(Serializable min)Sets the min.Axis<T>Axis. setPad(Float pad)Sets the pad.Axis<T>Axis. setRenderer(JqPlotResources renderer)Sets the renderer.Axis<T>Axis. setRendererOptions(RendererOptions rendererOptions)Sets the renderer options.Axis<T>Axis. setTickOptions(TickOptions tickOptions)Sets the tick options.Axis<T>Axis. setTickRenderer(JqPlotResources tickRenderer)Sets the tick renderer.Axis<T>Axis. setTicks(String... ticks)Sets the ticks. -
Uses of Axis in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return Axis Modifier and Type Method Description Axis<S>AbstractChart. getAxesDefaults()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type Axis Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setAxesDefaults(Axis<S> axesDefaults) -
Uses of Axis in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return Axis Modifier and Type Method Description Axis<T>[]Grid. getAxis()Gets the axis.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type Axis Modifier and Type Method Description voidGrid. setAxis(Axis<T>[] axis)Sets the axis.
-