T - type of Axis, can be String, Number, Date, etc. This is necessary
because min,max and tickInterval can be variants types.public class Axis<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
Axis() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoScale()
Gets the auto scale.
|
String |
getLabel()
Gets the label.
|
JqPlotResources |
getLabelRenderer()
Gets the label renderer.
|
Serializable |
getMax()
Gets the max.
|
Serializable |
getMin()
Gets the min.
|
Float |
getPad()
Gets the pad.
|
Float |
getPadMax()
Gets the pad max.
|
Float |
getPadMin()
Gets the pad min.
|
JqPlotResources |
getRenderer()
Gets the renderer.
|
RendererOptions |
getRendererOptions()
Gets the renderer options.
|
Boolean |
getShow()
Gets the show.
|
Serializable |
getTickInterval()
Gets the tick interval.
|
TickOptions |
getTickOptions()
Gets the tick options.
|
JqPlotResources |
getTickRenderer()
Gets the tick renderer.
|
String[] |
getTicks()
Gets the ticks.
|
Axis<T> |
rendererOptions(RendererOptions rendererOptions)
Renderer options.
|
RendererOptions |
rendererOptionsInstance() |
Axis<T> |
setAutoScale(Boolean autoScale)
Sets the auto scale.
|
Axis<T> |
setLabel(String label)
Sets the label.
|
Axis<T> |
setLabelRenderer(JqPlotResources labelRenderer)
Sets the label renderer.
|
Axis<T> |
setMax(Serializable max)
Sets the max.
|
Axis<T> |
setMin(Serializable min)
Sets the min.
|
Axis<T> |
setPad(Float pad)
Sets the pad.
|
void |
setPadMax(Float padMax)
Sets the pad max.
|
void |
setPadMin(Float padMin)
Sets the pad min.
|
Axis<T> |
setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Axis<T> |
setRendererOptions(RendererOptions rendererOptions)
Sets the renderer options.
|
void |
setShow(Boolean show)
Sets the show.
|
void |
setTickInterval(Serializable tickInterval)
Sets the tick interval.
|
Axis<T> |
setTickOptions(TickOptions tickOptions)
Sets the tick options.
|
Axis<T> |
setTickRenderer(JqPlotResources tickRenderer)
Sets the tick renderer.
|
Axis<T> |
setTicks(String... ticks)
Sets the ticks.
|
TickOptions |
tickOptionsInstance() |
public Serializable getTickInterval()
public void setTickInterval(Serializable tickInterval)
tickInterval - the new tick intervalpublic Float getPadMin()
public void setPadMin(Float padMin)
padMin - the new pad minpublic Float getPadMax()
public void setPadMax(Float padMax)
padMax - the new pad maxpublic Boolean getShow()
public void setShow(Boolean show)
show - the show to setpublic Boolean getAutoScale()
public Axis<T> setAutoScale(Boolean autoScale)
autoScale - the autoScale to setpublic TickOptions getTickOptions()
public Axis<T> setTickOptions(TickOptions tickOptions)
tickOptions - the tickOptions to setpublic JqPlotResources getLabelRenderer()
public Axis<T> setLabelRenderer(JqPlotResources labelRenderer)
labelRenderer - the labelRenderer to setpublic JqPlotResources getTickRenderer()
public Axis<T> setTickRenderer(JqPlotResources tickRenderer)
tickRenderer - the tickRenderer to setpublic Axis<T> rendererOptions(RendererOptions rendererOptions)
rendererOptions - the renderer optionspublic RendererOptions getRendererOptions()
public Axis<T> setRendererOptions(RendererOptions rendererOptions)
rendererOptions - the new renderer optionspublic String getLabel()
public Axis<T> setLabel(String label)
label - the label to setpublic Float getPad()
public Axis<T> setPad(Float pad)
pad - the pad to setpublic JqPlotResources getRenderer()
public Axis<T> setRenderer(JqPlotResources renderer)
renderer - the renderer to setpublic String[] getTicks()
public Axis<T> setTicks(String... ticks)
ticks - the ticks to setpublic Serializable getMin()
public Axis<T> setMin(Serializable min)
min - the new minpublic Serializable getMax()
public Axis<T> setMax(Serializable max)
max - the new maxpublic TickOptions tickOptionsInstance()
public RendererOptions rendererOptionsInstance()
Copyright © 2020. All rights reserved.