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.SimpleChart
data
-
-
Constructor Summary
Constructors Constructor Description Pie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PieChartOptions
getOptions()
-
Methods inherited from class org.apache.syncope.client.console.chartjs.SimpleChart
getData, setData
-
-
-
-
Method Detail
-
getOptions
public PieChartOptions getOptions()
- Overrides:
getOptions
in classChart<PieChartOptions>
-
-