public final class DefaultScaleLabel extends Object implements IsDefaultScaleLabel
| Constructor and Description |
|---|
DefaultScaleLabel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontColorAsString()
Returns the font color
|
String |
getFontFamily()
Returns the font family, follows CSS font-family options.
|
int |
getFontSize()
Returns the font size.
|
FontStyle |
getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
String |
getLabelString()
Returns the text for the scale string.
|
double |
getLineHeight()
Returns the height of an individual line of text.
|
IsDefaultPadding |
getPadding()
Returns the padding defaults.
|
boolean |
isDisplay()
Returns if the title is shown.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFontColorAsString, getFontFamily, getFontSize, getFontStylepublic IsDefaultPadding getPadding()
IsDefaultScaleLabelgetPadding in interface IsDefaultScaleLabelpublic boolean isDisplay()
IsDefaultScaleLabelisDisplay in interface IsDefaultScaleLabelpublic String getLabelString()
IsDefaultScaleLabelgetLabelString in interface IsDefaultScaleLabelpublic double getLineHeight()
IsDefaultScaleLabelgetLineHeight in interface IsDefaultScaleLabelpublic String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItem