Package com.storedobject.chart
Class RectangularCoordinate
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.CoordinateSystem
com.storedobject.chart.RectangularCoordinate
- All Implemented Interfaces:
Component
,ComponentPart
,ComponentProperty
,HasData
,HasPosition
Representation of rectangular (cartesian) coordinate system with X and Y axes. There could be one or more
X and Y axes.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.final Border
getBorder
(boolean create) Get the border.void
Set the border.void
Set the size in such a way that the size of the coordinate system includes labels too.void
validate()
This method is invoked bySOChart
to check if the component or part is valid or not.Methods inherited from class com.storedobject.chart.CoordinateSystem
add, addAxis, addParts, declareData, getAxis, getPosition, remove, removeAxis, setPosition
Methods inherited from class com.storedobject.chart.VisiblePart
hide, show
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
-
RectangularCoordinate
-
-
Method Details
-
validate
Description copied from interface:ComponentPart
This method is invoked bySOChart
to check if the component or part is valid or not.- Specified by:
validate
in interfaceComponentPart
- Overrides:
validate
in classCoordinateSystem
- Throws:
ChartException
- Raises exception if the component or part is not valid.
-
getBorder
Get the border.- Parameters:
create
- Whether to create if not exists or not.- Returns:
- Border.
-
setBorder
-
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.
-
sizeIncludesLabels
public void sizeIncludesLabels()Set the size in such a way that the size of the coordinate system includes labels too.
-