All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class weblab.chart.ChartLayout

java.lang.Object
   |
   +----weblab.chart.ChartLayout

public class ChartLayout
extends Object
This object plots out x-axis, y-axis and label for a Chart object.


Variable Index

 o paint_x
 o paint_y

Constructor Index

 o ChartLayout(int, int, int, int, int, int, int, int)

Method Index

 o paint(Graphics)

Variables

 o paint_x
 public boolean paint_x
 o paint_y
 public boolean paint_y

Constructors

 o ChartLayout
 public ChartLayout(int xMin,
                    int xMax,
                    int xGap,
                    int xLabelGap,
                    int yMin,
                    int yMax,
                    int yGap,
                    int yLabelGap)

Methods

 o paint
 public void paint(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index