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.Series
A 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.LegendRenderType
getLegendRenderType()
Color
getLineColor()
BasicStroke
getLineStyle()
float
getLineWidth()
Marker
getMarker()
Color
getMarkerColor()
String[]
getTooltipOverrides()
double[]
getValues()
RadarSeries
setLineColor(Color color)
Set the line color of the seriesRadarSeries
setLineStyle(BasicStroke basicStroke)
Set the line style of the seriesRadarSeries
setLineWidth(float lineWidth)
Set the line width of the seriesRadarSeries
setMarker(Marker marker)
Sets the marker for the seriesRadarSeries
setMarkerColor(Color color)
Sets the marker color for the seriesvoid
setTooltipOverrides(String[] tooltipOverrides)
void
setValues(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:
getLegendRenderType
in classorg.knowm.xchart.internal.series.Series
-
setTooltipOverrides
public void setTooltipOverrides(String[] tooltipOverrides)
-
-