Interface IsDefaultFontContainer
-
- All Known Subinterfaces:
HasFont
,IsDefaultAbstractTitle
,IsDefaultAction
,IsDefaultContentElement
,IsDefaultLegendLabels
,IsDefaultLegendTitle
,IsDefaultPointLabels
,IsDefaultScaleTitle
,IsDefaultSubtitle
,IsDefaultTicks
,IsDefaultTitle
,IsTitle
- All Known Implementing Classes:
AbstractTitle
,Action
,ActionItem
,DefaultChartLegendLabels
,DefaultChartLegendTitle
,DefaultChartPointLabels
,DefaultChartScaleTitle
,DefaultChartSubtitle
,DefaultChartTicks
,DefaultChartTitle
,DefaultLegendLabels
,DefaultLegendTitle
,DefaultPointLabels
,DefaultScaleTitle
,DefaultSubtitle
,DefaultTicks
,DefaultTitle
,Label
,LegendLabels
,LegendTitle
,PointLabels
,ScaleTitle
,Subtitle
,Ticks
,Title
,Title
public interface IsDefaultFontContainer
Interface to define font container of options elements.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColorAsString()
Returns the font color as string.IsDefaultFont
getFont()
Returns the font element.
-
-
-
Method Detail
-
getFont
IsDefaultFont getFont()
Returns the font element.- Returns:
- the font
-
getColorAsString
String getColorAsString()
Returns the font color as string.- Returns:
- font color as string
-
-