Package org.wicketstuff.jqplot.lib.axis
Class AxisString
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.axis.Axis<String>
-
- org.wicketstuff.jqplot.lib.axis.AxisString
-
- All Implemented Interfaces:
Serializable
public class AxisString extends Axis<String>
Default implementation of Axis.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AxisString()
-
Method Summary
-
Methods inherited from class org.wicketstuff.jqplot.lib.axis.Axis
getAutoScale, getLabel, getLabelRenderer, getMax, getMin, getPad, getPadMax, getPadMin, getRenderer, getRendererOptions, getShow, getTickInterval, getTickOptions, getTickRenderer, getTicks, rendererOptions, rendererOptionsInstance, setAutoScale, setLabel, setLabelRenderer, setMax, setMin, setPad, setPadMax, setPadMin, setRenderer, setRendererOptions, setShow, setTickInterval, setTickOptions, setTickRenderer, setTicks, tickOptionsInstance
-
-