Package com.storedobject.chart
Class VisiblePart
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
- All Implemented Interfaces:
ComponentPart
,ComponentProperty
- Direct Known Subclasses:
Area
,Axis
,Axis.Line
,Axis.Pointer
,Axis.PointerHandle
,CoordinateSystem
,GaugeChart.AxisLine
,Legend
,Title
,Toolbox
,ToolboxButton
,Tooltip
Represents an abstract
ComponentPart
with some common base properties.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
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
-
VisiblePart
public VisiblePart()
-
-
Method Details
-
show
public void show()Show this part. -
hide
public void hide()Hide this part. -
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classAbstractPart
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
validate
Description copied from interface:ComponentPart
This method is invoked bySOChart
to check if the component or part is valid or not.- Throws:
ChartException
- Raises exception if the component or part is not valid.
-