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 TypeMethodDescriptionvoidBottom-to-top orientation.voidEncode the JSON string with the properties of this.voidLeft-to-right orientation.voidradial()Radial orientation.voidRight-to-left orientation.voidTop-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:ComponentPropertyEncode the JSON string with the properties of this.- Specified by:
encodeJSONin interfaceComponentProperty- Parameters:
sb- Encoded JSON string to be appended to this.
-