Package com.storedobject.chart
Class Axis.AbstractTicks
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.Axis.Line
com.storedobject.chart.Axis.AbstractTicks
- All Implemented Interfaces:
ComponentPart
,ComponentProperty
- Direct Known Subclasses:
Axis.MinorTicks
,Axis.Ticks
- Enclosing class:
Axis
Represents ticks on an axis line.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.VisiblePart
hide, show, validate
Methods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getName, getSerial, getZ, hashCode, hasId, setSerial, setZ
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndex
-
Constructor Details
-
AbstractTicks
public AbstractTicks()
-
-
Method Details
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classAxis.Line
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
getWidth
public final int getWidth()Get width of the tick in pixels.- Returns:
- Width of the tick.
-
setWidth
public void setWidth(int width) Set width of the tick in pixels.- Parameters:
width
- Width of the tick.
-