Package com.storedobject.chart
Class TextLabel
java.lang.Object
com.storedobject.chart.TextStyle
com.storedobject.chart.AbstractLabel
com.storedobject.chart.TextLabel
- All Implemented Interfaces:
ComponentProperty
,VisibleProperty
Represents a textual label that extends the functionality provided by the
AbstractLabel
.
Typically used for displaying labels in various charting components.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.AbstractLabel
encodeJSON, getGap, getGapName, isVisible, setGap, setVisible
Methods inherited from class com.storedobject.chart.TextStyle
getAlignment, getBackground, getBorder, getColor, getFontStyle, getPadding, getRichTextStyle, getTextBorder, setAlignment, setBackground, setBorder, setColor, setFontStyle, setPadding, setRichTextStyle, setTextBorder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.VisibleProperty
hide, show
-
Constructor Details
-
TextLabel
public TextLabel()
-