public class DefaultTickItem extends java.lang.Object implements IsDefaultBaseTick
| Constructor and Description |
|---|
DefaultTickItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFontColorAsString()
Returns the font color
|
java.lang.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.
|
double |
getLineHeight()
Returns the height of an individual line of text.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFontColorAsString, getFontFamily, getFontSize, getFontStylepublic double getLineHeight()
IsDefaultBaseTickgetLineHeight in interface IsDefaultBaseTickpublic java.lang.String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic java.lang.String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItem