Class Pie
- java.lang.Object
- 
- org.apache.syncope.client.console.chartjs.Chart<O>
- 
- org.apache.syncope.client.console.chartjs.SimpleChart<DoughnutAndPieChartData,PieChartOptions>
- 
- org.apache.syncope.client.console.chartjs.Pie
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Pie extends SimpleChart<DoughnutAndPieChartData,PieChartOptions> implements Serializable Provides a simple implementation of chart.js pie chart.- See Also:
- chart.js docs, Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.syncope.client.console.chartjs.SimpleChartdata
 
- 
 - 
Constructor SummaryConstructors Constructor Description Pie()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PieChartOptionsgetOptions()- 
Methods inherited from class org.apache.syncope.client.console.chartjs.SimpleChartgetData, setData
 
- 
 
- 
- 
- 
Method Detail- 
getOptionspublic PieChartOptions getOptions() - Overrides:
- getOptionsin class- Chart<PieChartOptions>
 
 
- 
 
-