public final class DefaultMajorTickItem extends DefaultTickItem implements IsDefaultMajorTick
| Constructor and Description | 
|---|
| DefaultMajorTickItem() | 
| 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. | 
| boolean | isEnabled()If  true, major tick options are used to show major ticks. | 
getLineHeightclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLineHeightgetFontColorAsString, getFontFamily, getFontSize, getFontStylepublic boolean isEnabled()
IsDefaultMajorTicktrue, major tick options are used to show major ticks.isEnabled in interface IsDefaultMajorTicktrue, major tick options are used to show major tickspublic String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItem