public final class DefaultLegendLabels extends Object implements IsDefaultLegendLabels
| Constructor and Description | 
|---|
| DefaultLegendLabels() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getBoxWidth()Returns the width of colored box. | 
| 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. | 
| int | getPadding()Returns the padding to apply around labels. | 
| boolean | isUsePointStyle()Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this
 case). | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFontColorAsString, getFontFamily, getFontSize, getFontStylepublic boolean isUsePointStyle()
IsDefaultLegendLabelsisUsePointStyle in interface IsDefaultLegendLabelspublic int getBoxWidth()
IsDefaultLegendLabelsgetBoxWidth in interface IsDefaultLegendLabelspublic int getPadding()
IsDefaultLegendLabelsgetPadding in interface IsDefaultLegendLabelspublic String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItem