Class PolarChart
java.lang.Object
software.xdev.chartjs.model.charts.AbstractChart<T,O,D>
software.xdev.chartjs.model.charts.HomogeneousChart<PolarChart,PolarOptions,PolarData>
software.xdev.chartjs.model.charts.PolarChart
- All Implemented Interfaces:
Chart<PolarChart,PolarOptions, PolarData>
-
Field Summary
Fields inherited from class software.xdev.chartjs.model.charts.AbstractChart
data, defaultObjectWriter, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PolarDatadata()Static factory, constructs anHomogeneousDataimplementation appropriate for aPolarChart.getType()static PolarOptionsoptions()Static factory, constructs anOptionsimplementation appropriate for aPolarChart.Methods inherited from class software.xdev.chartjs.model.charts.HomogeneousChart
hasScaleWithIdMethods inherited from class software.xdev.chartjs.model.charts.AbstractChart
getData, getDefaultObjectWriter, getOptions, self, setData, setDefaultObjectWriter, setOptions, toJsonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.chartjs.model.charts.Chart
isDrawable, toJsonNative
-
Constructor Details
-
PolarChart
public PolarChart() -
PolarChart
-
PolarChart
-
-
Method Details
-
data
Static factory, constructs anHomogeneousDataimplementation appropriate for aPolarChart.- Returns:
- a new
PolarDatainstance
-
options
Static factory, constructs anOptionsimplementation appropriate for aPolarChart.- Returns:
- a new
PolarOptionsinstance
-
getType
- Returns:
- type of this
Chartimplementation for proper drawing in JavaScript.
-