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