Class RadarSeries
A Series containing Radar data to be plotted on a Chart
-
Nested Class Summary
Nested classes/interfaces inherited from class Series
Series.DataType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ColorLine Colorprivate floatLine Widthprivate MarkerMarkerprivate ColorMarker Colorprivate BasicStrokeLine Styleprivate String[]private double[]Fields inherited from class AxesChartSeries
xMax, xMin, yMax, yMin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfloatString[]double[]setLineColor(Color color) Set the line color of the seriessetLineStyle(BasicStroke basicStroke) Set the line style of the seriessetLineWidth(float lineWidth) Set the line width of the seriesSets the marker for the seriessetMarkerColor(Color color) Sets the marker color for the seriesvoidsetTooltipOverrides(String[] tooltipOverrides) voidsetValues(double[] values) Methods inherited from class AxesChartSeries
getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMinMethods inherited from class Series
getFillColor, getLabel, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
Field Details
-
stroke
Line Style -
lineColor
Line Color -
lineWidth
private float lineWidthLine Width -
marker
Marker -
markerColor
Marker Color -
values
private double[] values -
tooltipOverrides
-
-
Constructor Details
-
RadarSeries
-
-
Method Details
-
getValues
public double[] getValues() -
setValues
public void setValues(double[] values) -
getTooltipOverrides
-
calculateMinMax
protected void calculateMinMax()- Specified by:
calculateMinMaxin classAxesChartSeries
-
getLineStyle
- Overrides:
getLineStylein classAxesChartSeries
-
setLineStyle
Set the line style of the series- Overrides:
setLineStylein classAxesChartSeries- Parameters:
basicStroke-
-
getLineColor
- Overrides:
getLineColorin classAxesChartSeries
-
setLineColor
Set the line color of the series- Overrides:
setLineColorin classAxesChartSeries- Parameters:
color-
-
getLineWidth
public float getLineWidth()- Overrides:
getLineWidthin classAxesChartSeries
-
setLineWidth
Set the line width of the series- Overrides:
setLineWidthin classAxesChartSeries- Parameters:
lineWidth-
-
getMarker
- Overrides:
getMarkerin classMarkerSeries
-
setMarker
Sets the marker for the series- Overrides:
setMarkerin classMarkerSeries- Parameters:
marker-
-
getMarkerColor
- Overrides:
getMarkerColorin classMarkerSeries
-
setMarkerColor
Sets the marker color for the series- Overrides:
setMarkerColorin classMarkerSeries- Parameters:
color-
-
getLegendRenderType
- Specified by:
getLegendRenderTypein classSeries
-
setTooltipOverrides
-