Package com.storedobject.chart
Class Ring
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.Shape
com.storedobject.chart.CirclePart
com.storedobject.chart.Ring
- All Implemented Interfaces:
Component
,ComponentPart
,ComponentProperty
,HasPosition
A ring shape (donut shape) that can be added to
SOChart
.- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Shape
Shape.Point, Shape.Style
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Encode shape details.final Number
Get radius of the hole.protected final String
getType()
Get the type of this shape.void
setHoleRadius
(Number holeRadius) Set radius of the hole.Methods inherited from class com.storedobject.chart.CirclePart
encodeJSON, getCenter, getRadius, setCenter, setRadius
Methods inherited from class com.storedobject.chart.Shape
encode, encodePoint, encodePoint, getPosition, getStyle, hide, isDraggable, setDraggable, setPosition, setPosition, setPosition, setStyle, 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, getId, getName, getRenderingIndex, getSerial, setName, setRenderingIndex, setSerial
-
Constructor Details
-
Ring
-
-
Method Details
-
getType
-
encodeShape
Description copied from class:Shape
Encode shape details.- Overrides:
encodeShape
in classCirclePart
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
getHoleRadius
-
setHoleRadius
Set radius of the hole.- Parameters:
holeRadius
- Radius of the hole.
-