All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----MSBChart.ChartComponent
           |
           +----MSBChart.Plotter
base class used to plot a chart.
 
 back
	back
   backImage
	backImage
   XScale
	XScale
   YScale
	YScale
   
 Plotter()
	Plotter()
   
 addSerie(DataSerie)
	addSerie(DataSerie)
   plot(Graphics)
	plot(Graphics)
   plotBackground(Graphics)
	plotBackground(Graphics)
   
 XScale
XScale
public Scale XScale
scale of the X Axis.
 YScale
YScale
public Scale YScale
scale of the Y axis.
 back
back
public FillStyle back
background of the plotter area.
 backImage
backImage
public Image backImage
background image of the plotter area.
 
 Plotter
Plotter
public Plotter()
creates a plotter.
 
 addSerie
addSerie
public void addSerie(DataSerie s)
add a serie of values to be plotted.
 plot
plot
public void plot(Graphics g)
plots the series.
 plotBackground
plotBackground
public void plotBackground(Graphics g)
draws the background.
All Packages Class Hierarchy This Package Previous Next Index