Package com.evolveum.wicket.chartjs
Class ChartOptions
- java.lang.Object
-
- com.evolveum.wicket.chartjs.ChartOptions
-
- All Implemented Interfaces:
Serializable
public class ChartOptions extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartAnimationOption
getAnimation()
ChartLegendOption
getLegend()
ChartTitleOption
getTitle()
ChartTooltipOption
getTooltips()
void
setAnimation(ChartAnimationOption animation)
void
setLegend(ChartLegendOption legend)
void
setTitle(ChartTitleOption title)
void
setTooltips(ChartTooltipOption tooltips)
-
-
-
Method Detail
-
getAnimation
public ChartAnimationOption getAnimation()
-
setAnimation
public void setAnimation(ChartAnimationOption animation)
-
getLegend
public ChartLegendOption getLegend()
-
setLegend
public void setLegend(ChartLegendOption legend)
-
getTitle
public ChartTitleOption getTitle()
-
setTitle
public void setTitle(ChartTitleOption title)
-
getTooltips
public ChartTooltipOption getTooltips()
-
setTooltips
public void setTooltips(ChartTooltipOption tooltips)
-
-