com.linksoft.chart
Class RadarPlotter

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.Plotter
          extended bycom.linksoft.chart.RadarPlotter

public class RadarPlotter
extends Plotter

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 FillStyle backStyle
           
 boolean drawCircle
           
 ChartColor factorColor
           
 ChartColor[] factorColors
           
 ChartFont factorFont
           
 double[] factorMaxs
           
 double[] factorMins
           
 java.lang.String[] factorNames
           
 ChartFont gridFont
           
 ChartColor gridFontColor
           
 LineStyle gridStyle
           
 ChartColor[] pointColors
           
 double[] pointColorScale
           
 double radiusModifier
           
 java.lang.String tickLabelFormat
           
 int ticks
           
 
Fields inherited from class com.linksoft.chart.Plotter
back, backImage, combinable, depth, needsAxis, visibleHeight, visibleWidth, XScale, Y2Scale, YScale
 
Fields inherited from class com.linksoft.chart.ChartComponent
chart, height, width, x, y
 
Constructor Summary
RadarPlotter()
           
 
Method Summary
protected  void plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
 
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
 

Field Detail

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
Constructor Detail

RadarPlotter

public RadarPlotter()
Method Detail

plotSerie

protected void plotSerie(ChartGraphics g,
                         DataSerie s,
                         int serieSec)
Overrides:
plotSerie in class Plotter