Class Line
- java.lang.Object
-
- org.apache.syncope.client.console.chartjs.Chart<O>
-
- org.apache.syncope.client.console.chartjs.Line
-
- All Implemented Interfaces:
Serializable
public class Line extends Chart<O>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Line()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineChartData<LineDataSet>
getData()
LineChartOptions
getOptions()
void
setData(D data)
-
-
-
Method Detail
-
getOptions
public LineChartOptions getOptions()
- Overrides:
getOptions
in classChart<LineChartOptions>
-
getData
public LineChartData<LineDataSet> getData()
-
setData
public void setData(D data)
-
-