Package org.primefaces.model.charts
Class ChartOptions
- java.lang.Object
-
- org.primefaces.model.charts.ChartOptions
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BarChartOptions,BubbleChartOptions,LineChartOptions,PieChartOptions,PolarAreaChartOptions,RadarChartOptions
public abstract 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 AnimationgetAnimation()ElementsgetElements()LegendgetLegend()TitlegetTitle()TooltipgetTooltip()voidsetAnimation(Animation animation)voidsetElements(Elements elements)voidsetLegend(Legend legend)voidsetTitle(Title title)voidsetTooltip(Tooltip tooltip)
-
-
-
Method Detail
-
getElements
public Elements getElements()
-
setElements
public void setElements(Elements elements)
-
getTitle
public Title getTitle()
-
setTitle
public void setTitle(Title title)
-
getTooltip
public Tooltip getTooltip()
-
setTooltip
public void setTooltip(Tooltip tooltip)
-
getLegend
public Legend getLegend()
-
setLegend
public void setLegend(Legend legend)
-
getAnimation
public Animation getAnimation()
-
setAnimation
public void setAnimation(Animation animation)
-
-