Class DonutChartDataSet
java.lang.Object
org.primefaces.model.charts.ChartDataSet
org.primefaces.model.charts.pie.PieChartDataSet
org.primefaces.model.charts.donut.DonutChartDataSet
- All Implemented Interfaces:
Serializable
Used to provide DataSet objects to Donut chart component.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.primefaces.model.charts.pie.PieChartDataSet
encode, getBackgroundColor, getBorderColor, getBorderWidth, getData, getHoverBackgroundColor, getHoverBorderColor, getHoverBorderWidth, setBackgroundColor, setBorderColor, setBorderWidth, setData, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderWidthMethods inherited from class org.primefaces.model.charts.ChartDataSet
isHidden, setHidden
-
Constructor Details
-
DonutChartDataSet
public DonutChartDataSet()
-
-
Method Details
-
getType
Gets the type- Overrides:
getTypein classPieChartDataSet- Returns:
- type of current chart
-