Uses of Class
org.wicketstuff.jqplot.lib.axis.Axis
Packages that use Axis
Package
Description
-
Uses of Axis in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib declared as AxisMethods in org.wicketstuff.jqplot.lib that return AxisModifier and TypeMethodDescriptionChartConfiguration.axesDefaultsInstance()Instantiates the axes defaults.ChartConfiguration.getAxesDefaults()Gets the axes defaults.Methods in org.wicketstuff.jqplot.lib with parameters of type AxisModifier and TypeMethodDescriptionChartConfiguration.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.axisModifier and TypeClassDescriptionclassThe Class AxisNumber.classDefault 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 AxisModifier and TypeMethodDescriptionAxis.rendererOptions(RendererOptions rendererOptions) Renderer options.Axis.setAutoScale(Boolean autoScale) Sets the auto scale.Sets the label.Axis.setLabelRenderer(JqPlotResources labelRenderer) Sets the label renderer.Axis.setMax(Serializable max) Sets the max.Axis.setMin(Serializable min) Sets the min.Sets the pad.Axis.setRenderer(JqPlotResources renderer) Sets the renderer.Axis.setRendererOptions(RendererOptions rendererOptions) Sets the renderer options.Axis.setTickOptions(TickOptions tickOptions) Sets the tick options.Axis.setTickRenderer(JqPlotResources tickRenderer) Sets the tick renderer.Sets the ticks. -
Uses of Axis in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return AxisMethods in org.wicketstuff.jqplot.lib.chart with parameters of type Axis -
Uses of Axis in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return AxisMethods in org.wicketstuff.jqplot.lib.elements with parameters of type Axis