Package com.storedobject.chart
Class Alignment
java.lang.Object
com.storedobject.chart.Alignment
- All Implemented Interfaces:
ComponentProperty
Representation of Alignment property (both horizontal and vertical).
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Alignment
public Alignment()Constructor.
-
-
Method Details
-
justifyLeft
public void justifyLeft()Justify left. -
justifyRight
public void justifyRight()Justify right. -
justifyCenter
public void justifyCenter()Justify center. -
alignTop
public void alignTop()Align top. -
alignCenter
public void alignCenter()Align center/middle. -
alignBottom
public void alignBottom()Align bottom. -
center
public void center()Align and justify at the center. -
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.
-