Package com.evolveum.wicket.chartjs
Class ChartTitleOption
- java.lang.Object
-
- com.evolveum.wicket.chartjs.ChartTitleOption
-
- All Implemented Interfaces:
Serializable
public class ChartTitleOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartTitleOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDisplay()
Integer
getFontSize()
void
setDisplay(Boolean display)
void
setFontSize(Integer fontSize)
-