Package com.storedobject.chart
Class Sector
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.Shape
com.storedobject.chart.CirclePart
com.storedobject.chart.ArcPart
com.storedobject.chart.Sector
- All Implemented Interfaces:
Component,ComponentPart,ComponentProperty,HasPosition,VisibleProperty
Defines a sector shape that can be added to
SOChart.
Note: Angle increases in the clockwise direction and zero angle lies on the normal X-axis direction (i.e., on the horizontal line).
- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Shape
Shape.Point, Shape.Style -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.ArcPart
encodeShape, getEndAngle, getHoleRadius, getStartAngle, isClockwise, setClockwise, setEndAngle, setHoleRadius, setStartAngleMethods inherited from class com.storedobject.chart.CirclePart
encodeJSON, getCenter, getRadius, setCenter, setRadiusMethods inherited from class com.storedobject.chart.Shape
encode, encodePoint, encodePoint, getPosition, getStyle, isDraggable, isVisible, setDraggable, setPosition, setPosition, setPosition, setStyle, setVisible, validateMethods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getName, getSerial, getZ, hashCode, hasId, setSerial, setZMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.chart.ComponentPart
className, getId, getName, getRenderingIndex, getSerial, setName, setRenderingIndex, setSerialMethods inherited from interface com.storedobject.chart.VisibleProperty
hide, show
-
Constructor Details
-
Sector
-
Sector
-
-
Method Details
-
getType
-