com.linksoft.chart
Class RadarPlotter
java.lang.Object
com.linksoft.chart.ChartComponent
com.linksoft.chart.Plotter
com.linksoft.chart.RadarPlotter
- public class RadarPlotter
- extends Plotter
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
| Methods inherited from class com.linksoft.chart.Plotter |
addSerie, getActiveXScale, getActiveYScale, getCombinable, getNeedsAxis, getSerie, getSeriesCount, inSameSubChart, plot, plotBackground, replaceSerie, setSerie |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
radiusModifier
public double radiusModifier
drawCircle
public boolean drawCircle
factorNames
public java.lang.String[] factorNames
factorColors
public ChartColor[] factorColors
factorMins
public double[] factorMins
factorMaxs
public double[] factorMaxs
factorFont
public ChartFont factorFont
factorColor
public ChartColor factorColor
gridStyle
public LineStyle gridStyle
gridFont
public ChartFont gridFont
gridFontColor
public ChartColor gridFontColor
ticks
public int ticks
tickLabelFormat
public java.lang.String tickLabelFormat
backStyle
public FillStyle backStyle
pointColors
public ChartColor[] pointColors
pointColorScale
public double[] pointColorScale
RadarPlotter
public RadarPlotter()
plotSerie
protected void plotSerie(ChartGraphics g,
DataSerie s,
int serieSec)
- Overrides:
plotSerie in class Plotter