com.linksoft.chart
Class PiePlotter

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

public class PiePlotter
extends Plotter

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


Field Summary
 LineStyle border
           
 boolean drawRadius
           
 boolean effect3D
           
 java.lang.String labelFormat
           
 LineStyle labelLine
           
 double radiusModifier
           
 int space
           
 
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
PiePlotter()
           
 
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

labelLine

public LineStyle labelLine

radiusModifier

public double radiusModifier

border

public LineStyle border

drawRadius

public boolean drawRadius

effect3D

public boolean effect3D

labelFormat

public java.lang.String labelFormat

space

public int space
Constructor Detail

PiePlotter

public PiePlotter()
Method Detail

plotSerie

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