public class RadarChart extends AbstractChart implements IsDatasetCreator<RadarDataset>, HasRadialAxis
| Modifier | Constructor and Description |
|---|---|
|
RadarChart()
Builds the object.
|
protected |
RadarChart(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 |
|---|---|
protected boolean |
checkDataset(Dataset dataset)
Returns
true if the dataset can be managed by a this chart type. |
protected int |
getMaximumAxesCount()
Returns the maximum amount of axes that the chart can manage.
|
RadarOptions |
getOptions()
Returns the options of chart.
|
RadarDataset |
newDataset(boolean hidden)
Creates a new dataset related to chart type.
|
addHandler, applyConfiguration, checkAxes, checkDatasets, clear, createAndSetTimer, destroy, draw, getActiveElements, getBaseType, getCanvas, getChartElement, getData, getDatasetAtEvent, getDatasetItem, getDefaultChartOptions, getElementAtEvent, getElementsAtEvent, getId, getInitialCursor, getMaximumDatasetsCount, getNode, getPlugins, getSource, getTimer, getTooltipActiveElements, getType, getVisibleDatasetCount, getWholeOptions, hide, hide, isChartAttached, isDatasetVisible, isDataVisible, isDestroyOnDetach, isDrawOnAttach, isInitialized, onAttach, onDetach, reconfigure, reconfigure, reconfigure, removeCanvasPreventDefault, render, reset, resetActiveElements, resetTooltipActiveElements, resize, resize, setActiveElements, setActiveElements, setDatasetVisibility, setDestroyOnDetach, setDrawOnAttach, setTooltipActiveElements, setTooltipActiveElements, show, show, stop, toBase64Image, toggleDataVisibility, update, update, updatefireEvent, getHandlerCount, isEventHandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDatasetcheckAxischeckAndGetIfConsistent, checkAndGetIfValid, checkIfConsistent, checkIfValid, fireEvent, getHandlerCount, isAbstractChart, isConsistent, isEventHandled, isValid, toBase64Image, toBase64Image, toBase64Imagepublic RadarChart()
protected RadarChart(Type extendedType)
extendedType - type of chartpublic RadarOptions getOptions()
IsChartgetOptions in interface IsChartpublic RadarDataset newDataset(boolean hidden)
IsDatasetCreatornewDataset in interface IsDatasetCreator<RadarDataset>hidden - if true, it will be initially hidden.protected boolean checkDataset(Dataset dataset)
AbstractCharttrue if the dataset can be managed by a this chart type.checkDataset in class AbstractChartdataset - dataset to checktrue if the dataset can be managed by a this chart typeprotected final int getMaximumAxesCount()
AbstractChartgetMaximumAxesCount in class AbstractChart