Package com.storedobject.chart
Class AbstractLabel
java.lang.Object
com.storedobject.chart.TextStyle
com.storedobject.chart.AbstractLabel
- All Implemented Interfaces:
ComponentProperty
- Direct Known Subclasses:
Axis.PointerLabel
,Label
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.int
getGap()
Set the gap between the part and labels.protected String
Name of the gap to be used when rendering (It is different when different parts are used).void
hide()
Hide labels.void
setGap
(int gap) Set the gap between the part and labels.void
show()
Show labels.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
-
AbstractLabel
public AbstractLabel()
-
-
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.
-
getGapName
Name of the gap to be used when rendering (It is different when different parts are used).- Returns:
- Name of the gap.
-
getGap
public int getGap()Set the gap between the part and labels.- Returns:
- Gap in pixels.
-
setGap
public void setGap(int gap) Set the gap between the part and labels.- Parameters:
gap
- Gap in pixels.
-