com.linksoft.chart
Class BarPlotter3D

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

public class BarPlotter3D
extends Plotter

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


Field Summary
 double barsBase
           
 int barWidth
           
 boolean cumulative
           
 boolean fullDepth
           
 int interBarSpace
           
 double InterGroupSpace
           
 boolean summedLabels
           
 boolean verticalBars
           
 
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
BarPlotter3D()
           
 
Method Summary
 void addSerie(DataSerie s)
           
protected  void plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
 
Methods inherited from class com.linksoft.chart.Plotter
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

verticalBars

public boolean verticalBars

barWidth

public int barWidth

interBarSpace

public int interBarSpace

InterGroupSpace

public double InterGroupSpace

cumulative

public boolean cumulative

barsBase

public double barsBase

fullDepth

public boolean fullDepth

summedLabels

public boolean summedLabels
Constructor Detail

BarPlotter3D

public BarPlotter3D()
Method Detail

plotSerie

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

addSerie

public void addSerie(DataSerie s)
Overrides:
addSerie in class Plotter