Package org.knowm.xchart
Class RadarSeries
- java.lang.Object
-
- org.knowm.xchart.internal.series.Series
-
- org.knowm.xchart.RadarSeries
-
public class RadarSeries extends org.knowm.xchart.internal.series.SeriesA Series containing Radar data to be plotted on a Chart
-
-
Constructor Summary
Constructors Constructor Description RadarSeries(String name, double[] values, String[] tooltipOverrides)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderTypegetLegendRenderType()ColorgetLineColor()BasicStrokegetLineStyle()floatgetLineWidth()MarkergetMarker()ColorgetMarkerColor()String[]getTooltipOverrides()double[]getValues()RadarSeriessetLineColor(Color color)Set the line color of the seriesRadarSeriessetLineStyle(BasicStroke basicStroke)Set the line style of the seriesRadarSeriessetLineWidth(float lineWidth)Set the line width of the seriesRadarSeriessetMarker(Marker marker)Sets the marker for the seriesRadarSeriessetMarkerColor(Color color)Sets the marker color for the seriesvoidsetTooltipOverrides(String[] tooltipOverrides)voidsetValues(double[] values)
-
-
-
Method Detail
-
getValues
public double[] getValues()
-
setValues
public void setValues(double[] values)
-
getTooltipOverrides
public String[] getTooltipOverrides()
-
getLineStyle
public BasicStroke getLineStyle()
-
setLineStyle
public RadarSeries setLineStyle(BasicStroke basicStroke)
Set the line style of the series- Parameters:
basicStroke-
-
getLineColor
public Color getLineColor()
-
setLineColor
public RadarSeries setLineColor(Color color)
Set the line color of the series- Parameters:
color-
-
getLineWidth
public float getLineWidth()
-
setLineWidth
public RadarSeries setLineWidth(float lineWidth)
Set the line width of the series- Parameters:
lineWidth-
-
getMarker
public Marker getMarker()
-
setMarker
public RadarSeries setMarker(Marker marker)
Sets the marker for the series- Parameters:
marker-
-
getMarkerColor
public Color getMarkerColor()
-
setMarkerColor
public RadarSeries setMarkerColor(Color color)
Sets the marker color for the series- Parameters:
color-
-
getLegendRenderType
public org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType getLegendRenderType()
- Specified by:
getLegendRenderTypein classorg.knowm.xchart.internal.series.Series
-
setTooltipOverrides
public void setTooltipOverrides(String[] tooltipOverrides)
-
-