Package com.storedobject.chart
Class Text
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.Shape
com.storedobject.chart.Text
- All Implemented Interfaces:
Component,ComponentPart,ComponentProperty,HasPosition,VisibleProperty
Text that can be added to
SOChart.- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Shape
Shape.Point, Shape.Style -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEncode the JSON string with the properties of this.getAlignment(boolean create) Get text alignment.getFont()Get the current font.getText()Get current content.protected final StringgetType()Get the type of this shape.voidsetAlignment(Alignment alignment) Set text alignment.voidSet the font.voidsetStyle(Shape.Style style) Set style.voidSet the content.Methods inherited from class com.storedobject.chart.Shape
encode, encodePoint, encodePoint, encodeShape, getPosition, getStyle, isDraggable, isVisible, setDraggable, setPosition, setPosition, setPosition, 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
-
Text
-
-
Method Details
-
getType
-
encodeJSON
Description copied from interface:ComponentPropertyEncode the JSON string with the properties of this.- Specified by:
encodeJSONin interfaceComponentProperty- Overrides:
encodeJSONin classShape- Parameters:
sb- Encoded JSON string to be appended to this.
-
setStyle
Description copied from class:ShapeSet style. -
getText
-
setText
-
setFont
-
getFont
-
getAlignment
Get text alignment.- Parameters:
create- Whether to create it or not, if it doesn't exists.- Returns:
- Alignment.
-
setAlignment
Set text alignment.- Parameters:
alignment- Alignment.
-