Package com.storedobject.chart
Class GaugeChart.AxisLine
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.GaugeChart.AxisLine
- All Implemented Interfaces:
ComponentPart
,ComponentProperty
- Enclosing class:
GaugeChart
Axis line used in
GaugeChart
.- 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
-
AxisLine
public AxisLine()
-
-
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 classVisiblePart
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
roundCap
public void roundCap(boolean roundCap) Set whether to set rounded end for the axis line of the Gauge chart.- Parameters:
roundCap
- True/false.
-
getStyle
-