Package com.storedobject.chart
Class TreeDataProvider.Label
java.lang.Object
com.storedobject.chart.TextStyle
com.storedobject.chart.TreeDataProvider.Label
- All Implemented Interfaces:
ComponentProperty
- Enclosing interface:
TreeDataProvider
Label used within the
TreeDataProvider
class.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.TextStyle
getAlignment, getBackground, getBorder, getColor, getFontStyle, getPadding, getRichTextStyle, getTextBorder, setAlignment, setBackground, setBorder, setColor, setFontStyle, setPadding, setRichTextStyle, setTextBorder
-
Constructor Details
-
Method Details
-
show
public void show()Show labels. -
hide
public void hide()Hide labels. -
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classTextStyle
- Parameters:
sb
- Encoded JSON string to be appended to this.
-