Package com.storedobject.chart
Class Orientation
java.lang.Object
com.storedobject.chart.Orientation
- All Implemented Interfaces:
ComponentProperty
Represents orientation property. Certain charts supports this property (Example:
TreeChart
.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Bottom-to-top orientation.void
Encode the JSON string with the properties of this.void
Left-to-right orientation.void
radial()
Radial orientation.void
Right-to-left orientation.void
Top-to-bottom orientation.
-
Constructor Details
-
Orientation
public Orientation()
-
-
Method Details
-
radial
public void radial()Radial orientation. -
rightToLeft
public void rightToLeft()Right-to-left orientation. -
leftToRight
public void leftToRight()Left-to-right orientation. -
topToBottom
public void topToBottom()Top-to-bottom orientation. -
bottomToTop
public void bottomToTop()Bottom-to-top orientation. -
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Parameters:
sb
- Encoded JSON string to be appended to this.
-