All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MSBChart.Plotter

java.lang.Object
   |
   +----MSBChart.ChartComponent
           |
           +----MSBChart.Plotter

public class Plotter
extends ChartComponent

base class used to plot a chart.


Variable Index

 o back
 o backImage
 o XScale
 o YScale

Constructor Index

 o Plotter()

Method Index

 o addSerie(DataSerie)
 o plot(Graphics)
 o plotBackground(Graphics)

Variables

 o XScale
 public Scale XScale
scale of the X Axis.
 o YScale
 public Scale YScale
scale of the Y axis.
 o back
 public FillStyle back
background of the plotter area.
 
 o backImage
 public Image backImage
 
background image of the plotter area.

Constructors

 o Plotter
 public Plotter()
 
creates a plotter.

Methods

 o addSerie
 public void addSerie(DataSerie s)
add a serie of values to be plotted.
 o plot
 public void plot(Graphics g)
plots the series.
 
 o plotBackground
 public void plotBackground(Graphics g)
draws the background.

All Packages  Class Hierarchy  This Package  Previous  Next  Index