public class RadarChartModelImpl extends CoordinateChartModelImpl<RadarChartModelImpl> implements RadarChartModel<RadarChartModelImpl>
AbstractChart.DataProviderChangeListener| Constructor and Description |
|---|
RadarChartModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryField() |
java.lang.Integer |
getMarginBottom() |
java.lang.Integer |
getMarginLeft() |
java.lang.Integer |
getMarginRight() |
java.lang.Integer |
getMarginTop() |
java.lang.String |
getRadius() |
java.util.List<java.lang.String> |
getWiredFields() |
RadarChartModelImpl |
setCategoryField(java.lang.String categoryField)
Sets field from your data provider containing categories.
|
RadarChartModelImpl |
setMarginBottom(java.lang.Integer marginBottom)
Sets bottom spacing.
|
RadarChartModelImpl |
setMarginLeft(java.lang.Integer marginLeft)
Sets left-hand spacing.
|
RadarChartModelImpl |
setMarginRight(java.lang.Integer marginRight)
Sets right-hand spacing.
|
RadarChartModelImpl |
setMarginTop(java.lang.Integer marginTop)
Sets top spacing.
|
RadarChartModelImpl |
setRadius(java.lang.String radius)
Sets radius of radar.
|
addColors, addGraphs, addGuides, addValueAxes, getColors, getGraphs, getGridAboveGraphs, getGuides, getSequencedAnimation, getStartAlpha, getStartDuration, getStartEffect, getUrlTarget, getValueAxes, setColors, setGraphs, setGridAboveGraphs, setGuides, setSequencedAnimation, setStartAlpha, setStartDuration, setStartEffect, setUrlTarget, setValueAxesaddAdditionalFields, addData, addDataProviderChangeListener, addLabels, addPrefixesOfBigNumbers, addPrefixesOfSmallNumbers, addTitles, fireDataProviderChanged, getAccessible, getAccessibleDescription, getAccessibleTitle, getAddClassNames, getAdditionalFields, getAllLabels, getAutoDisplay, getAutoResize, getAutoTransform, getBackgroundAlpha, getBackgroundColor, getBalloon, getBorderAlpha, getBorderColor, getClassNamePrefix, getColor, getCreditsPosition, getDataProvider, getDecimalSeparator, getDefs, getExport, getFontFamily, getFontSize, getHandDrawn, getHandDrawScatter, getHandDrawThickness, getHideBalloonTime, getLanguage, getLegend, getPanEventsEnabled, getPath, getPathToImages, getPercentPrecision, getPrecision, getPrefixesOfBigNumbers, getPrefixesOfSmallNumbers, getProcessCount, getProcessTimeout, getResponsive, getSvgIcons, getTapToActivate, getTheme, getThousandsSeparator, getTitles, getTouchClickDuration, getType, getUsePrefixes, removeDataProviderSetListener, setAccessible, setAccessibleDescription, setAccessibleTitle, setAddClassNames, setAdditionalFields, setAllLabels, setAutoDisplay, setAutoResize, setAutoTransform, setBackgroundAlpha, setBackgroundColor, setBalloon, setBorderAlpha, setBorderColor, setClassNamePrefix, setColor, setCreditsPosition, setDataProvider, setDecimalSeparator, setDefs, setExport, setFontFamily, setFontSize, setHandDrawn, setHandDrawScatter, setHandDrawThickness, setHideBalloonTime, setLanguage, setLegend, setPanEventsEnabled, setPath, setPathToImages, setPercentPrecision, setPrecision, setPrefixesOfBigNumbers, setPrefixesOfSmallNumbers, setProcessCount, setProcessTimeout, setResponsive, setSvgIcons, setTapToActivate, setTheme, setThousandsSeparator, setTitles, setTouchClickDuration, setUsePrefixesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddGraphs, addGuides, addValueAxes, getGraphs, getGridAboveGraphs, getGuides, getSequencedAnimation, getStartAlpha, getUrlTarget, getValueAxes, setGraphs, setGridAboveGraphs, setGuides, setSequencedAnimation, setStartAlpha, setUrlTarget, setValueAxesaddAdditionalFields, addData, addLabels, addPrefixesOfBigNumbers, addPrefixesOfSmallNumbers, addTitles, getAccessible, getAccessibleDescription, getAccessibleTitle, getAddClassNames, getAdditionalFields, getAllLabels, getAutoDisplay, getAutoResize, getAutoTransform, getBackgroundAlpha, getBackgroundColor, getBalloon, getBorderAlpha, getBorderColor, getClassNamePrefix, getColor, getCreditsPosition, getDataProvider, getDecimalSeparator, getDefs, getExport, getFontFamily, getFontSize, getHandDrawn, getHandDrawScatter, getHandDrawThickness, getHideBalloonTime, getLanguage, getLegend, getPanEventsEnabled, getPath, getPathToImages, getPercentPrecision, getPrecision, getPrefixesOfBigNumbers, getPrefixesOfSmallNumbers, getProcessCount, getProcessTimeout, getResponsive, getSvgIcons, getTapToActivate, getTheme, getThousandsSeparator, getTitles, getTouchClickDuration, getUsePrefixes, setAccessible, setAccessibleDescription, setAccessibleTitle, setAddClassNames, setAdditionalFields, setAllLabels, setAutoDisplay, setAutoResize, setAutoTransform, setBackgroundAlpha, setBackgroundColor, setBalloon, setBorderAlpha, setBorderColor, setClassNamePrefix, setColor, setCreditsPosition, setDataProvider, setDecimalSeparator, setDefs, setExport, setFontFamily, setFontSize, setHandDrawn, setHandDrawScatter, setHandDrawThickness, setHideBalloonTime, setLanguage, setLegend, setPanEventsEnabled, setPath, setPathToImages, setPercentPrecision, setPrecision, setPrefixesOfBigNumbers, setPrefixesOfSmallNumbers, setProcessCount, setProcessTimeout, setResponsive, setSvgIcons, setTapToActivate, setTheme, setThousandsSeparator, setTitles, setTouchClickDuration, setUsePrefixesgetStartDuration, getStartEffect, setStartDuration, setStartEffectpublic java.lang.String getCategoryField()
getCategoryField in interface RadarChartModel<RadarChartModelImpl>public RadarChartModelImpl setCategoryField(java.lang.String categoryField)
RadarChartModelsetCategoryField in interface RadarChartModel<RadarChartModelImpl>categoryField - category field stringpublic java.lang.Integer getMarginBottom()
getMarginBottom in interface HasMargins<RadarChartModelImpl>public RadarChartModelImpl setMarginBottom(java.lang.Integer marginBottom)
HasMargins
If is used for Legend default value is 0.
If is used for RadarChartModelImpl the default value is 0.
If is used for chart based on RectangularChartModelImpl
(GanttChart, SerialChart, XYChart) the default value is 20.
If is used for chart based on SlicedChartModelImpl (FunnelChart, PieChart) the default value is 10.
If is used for PanelsSettings the default value is 0.
setMarginBottom in interface HasMargins<RadarChartModelImpl>marginBottom - bottom spacingpublic java.lang.Integer getMarginLeft()
getMarginLeft in interface HasMargins<RadarChartModelImpl>public RadarChartModelImpl setMarginLeft(java.lang.Integer marginLeft)
HasMargins
marginLeft will be ignored if chart is SerialChart or XYChartModelImpl and AbstractLegend.autoMargins
is true.
If is used for Legend the default value is 20.
If is used for RadarChartModelImpl the default value is 0.
If is used for chart based on RectangularChartModelImpl (GanttChart, SerialChart, XYChart) the default value is
20.
If is used for chart based on SlicedChartModelImpl the default value is 0.
If is used for PanelsSettings the default value is 0.
setMarginLeft in interface HasMargins<RadarChartModelImpl>marginLeft - left-hand spacingpublic java.lang.Integer getMarginRight()
getMarginRight in interface HasMargins<RadarChartModelImpl>public RadarChartModelImpl setMarginRight(java.lang.Integer marginRight)
HasMargins
marginRight will be ignored if chart is SerialChart or XYChartModelImpl and AbstractLegend.autoMargins
is true.
If is used for Legend the default value is 20.
If is used for RadarChartModelImpl the default value is 0.
If is used for chart based on RectangularChartModelImpl (GanttChart, SerialChart, XYChart) the default value is
20.
If is used for chart based on SlicedChartModelImpl (FunnelChart, PieChart) the default value is 0.
If is used for PanelsSettings the default value is 0.
setMarginRight in interface HasMargins<RadarChartModelImpl>marginRight - right-hand spacingpublic java.lang.Integer getMarginTop()
getMarginTop in interface HasMargins<RadarChartModelImpl>public RadarChartModelImpl setMarginTop(java.lang.Integer marginTop)
HasMargins
If is used for Legend the default value is 0.
If is used for RadarChartModelImpl the default value is 0.
If is used for chart based on RectangularChartModelImpl
(GanttChart, SerialChart, XYChart) the default value is 20.
If is used for chart based on SlicedChartModelImpl the default value is 10.
If is used for PanelsSettings the default value is 0.
setMarginTop in interface HasMargins<RadarChartModelImpl>marginTop - top spacingpublic java.lang.String getRadius()
getRadius in interface RadarChartModel<RadarChartModelImpl>public RadarChartModelImpl setRadius(java.lang.String radius)
RadarChartModelsetRadius in interface RadarChartModel<RadarChartModelImpl>radius - the radiuspublic java.util.List<java.lang.String> getWiredFields()
getWiredFields in class CoordinateChartModelImpl<RadarChartModelImpl>DataItem that are bound to the chart