Class SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions>
- java.lang.Object
-
- org.apache.syncope.client.console.chartjs.Chart<O>
-
- org.apache.syncope.client.console.chartjs.SimpleChart<D,O>
-
- Type Parameters:
D
- the generic type of chart dataO
- the generic type of chart options
- All Implemented Interfaces:
Serializable
public abstract class SimpleChart<D extends DoughnutAndPieChartData,O extends ChartOptions> extends Chart<O>
Provides chart data and options.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description D
getData()
void
setData(D data)
-
Methods inherited from class org.apache.syncope.client.console.chartjs.Chart
getOptions
-
-
-
-
Field Detail
-
data
protected D extends DoughnutAndPieChartData data
The data.
-
-