com.linksoft.chart
Class BarPlotter

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

public class BarPlotter
extends Plotter

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


Field Summary
 boolean barAtAxis
           
 double barsBase
           
 int barWidth
           
 boolean cumulative
           
 boolean cumulativeBackwardsCompatible
           
 boolean eventChart
           
 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
BarPlotter()
           
 
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

summedLabels

public boolean summedLabels

eventChart

public boolean eventChart

barsBase

public double barsBase

cumulativeBackwardsCompatible

public boolean cumulativeBackwardsCompatible

barAtAxis

public boolean barAtAxis
Constructor Detail

BarPlotter

public BarPlotter()
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