-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsTitleConfig
public interface ChartJsTitleConfig extends Serializable
Represents the title-configuration for a chart. Corresponds to theconfig.options.titleproperty.- Author:
- papegaaij
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetDisplay()ChartJsRGBAColorgetFontColor()StringgetFontFamily()IntegergetFontSize()StringgetFontStyle()StringgetLineHeight()IntegergetPadding()ChartJsPositiongetPosition()List<String>getText()
-
-
-
Method Detail
-
getDisplay
Boolean getDisplay()
-
getPosition
ChartJsPosition getPosition()
-
getFontSize
Integer getFontSize()
-
getFontFamily
String getFontFamily()
-
getFontColor
ChartJsRGBAColor getFontColor()
-
getFontStyle
String getFontStyle()
-
getPadding
Integer getPadding()
-
getLineHeight
String getLineHeight()
-
-