public final class ScaleLabel extends FontItem
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabelString()
Returns the text for the scale string.
|
double |
getLineHeight()
Returns the height of an individual line of text.
|
Padding |
getPadding() |
boolean |
isDisplay()
If true, display the axis title.
|
void |
setDisplay(boolean display)
If true, display the axis title.
|
void |
setLabelString(java.lang.String labelString)
Sets the text for the scale string.
|
void |
setLineHeight(double lineHeight)
Sets the height of an individual line of text.
|
getFontColor, getFontColorAsString, getFontFamily, getFontSize, getFontStyle, setFontColor, setFontColor, setFontFamily, setFontSize, setFontStyle
checkAndAddToParent, hasProperty
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
public Padding getPadding()
public void setDisplay(boolean display)
display
- if true, display the axis title.public boolean isDisplay()
public void setLabelString(java.lang.String labelString)
labelString
- The text for the scale string.public java.lang.String getLabelString()
public void setLineHeight(double lineHeight)
lineHeight
- Height of an individual line of text.public double getLineHeight()