public class PolarAreaChart extends AbstractChart<PolarAreaDataset>
Modifier | Constructor and Description |
---|---|
|
PolarAreaChart()
Builds the object.
|
protected |
PolarAreaChart(Type extendedType)
Builds the chart.
This is must be extended for controller which are based on this type of chart. |
Modifier and Type | Method and Description |
---|---|
PolarAreaOptions |
getOptions()
Returns the options of chart.
|
PolarAreaDataset |
newDataset()
Creates a new dataset related to chart type.
|
addHandler, clear, createChartOptions, destroy, draw, generateLegend, getBaseType, getCanvas, getChartElement, getData, getDatasetAtEvent, getDatasetMeta, getDefaultChartOptions, getElementAtEvent, getElementsAtEvent, getId, getInitialCursor, getNode, getPlugins, getSource, getType, getVisibleDatasetCount, getWholeOptions, isDatasetVisible, isDestroyOnDetach, isDrawOnAttach, isInitialized, onAttach, onDetach, reconfigure, reconfigure, removeCanvasPreventDefault, render, render, reset, resize, setDestroyOnDetach, setDrawOnAttach, stop, toBase64Image, update, update
fireEvent, getHandlerCount, isEventHandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndGetIfConsistent, checkIfConsistent, checkIfValid, fireEvent, isAbstractChart, isConsistent, isValid
public PolarAreaChart()
protected PolarAreaChart(Type extendedType)
extendedType
- type of chartpublic PolarAreaOptions getOptions()
IsChart
public PolarAreaDataset newDataset()
AbstractChart
newDataset
in class AbstractChart<PolarAreaDataset>