All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.InvertedTreeCanvas

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----javaParse.TreeCanvas
                           |
                           +----javaParse.InvertedTreeCanvas

public class InvertedTreeCanvas
extends TreeCanvas
The class that is the canvas for the inverted graphical interpretation of the tree.


Constructor Index

 o InvertedTreeCanvas(int)

Method Index

 o paint(Graphics)
 o update(Graphics)

Constructors

 o InvertedTreeCanvas
 public InvertedTreeCanvas(int mode)
Parameters:
mode - the mode of the treecanvas - defined in Params as LR1_MODE,...

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Canvas
 o update
 public void update(Graphics g)
Overrides:
update in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index