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.
-
paint_x
-
-
paint_y
-
-
ChartLayout(int, int, int, int, int, int, int, int)
-
-
paint(Graphics)
-
paint_x
public boolean paint_x
paint_y
public boolean paint_y
ChartLayout
public ChartLayout(int xMin,
int xMax,
int xGap,
int xLabelGap,
int yMin,
int yMax,
int yGap,
int yLabelGap)
paint
public void paint(Graphics g)
All Packages Class Hierarchy This Package Previous Next Index