All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mathbus.draw.NoadVList

java.lang.Object
   |
   +----mathbus.Node
           |
           +----mathbus.draw.Noad
                   |
                   +----mathbus.draw.NoadList
                           |
                           +----mathbus.draw.NoadVList

public class NoadVList
extends NoadList
Holds a vertical list of boxes. Each box can be aligned against the left, right or center of the column.


Constructor Index

 o NoadVList()

Method Index

 o addNoad(Noad)
Add a noad to this vertical list.
 o Display(Graphics, int, int, FontList, int)
 o SizeNoad(Graphics)

Constructors

 o NoadVList
 public NoadVList()

Methods

 o addNoad
 public void addNoad(Noad n)
Add a noad to this vertical list. Increment the height, width and depth respectively.

 o SizeNoad
 public void SizeNoad(Graphics g)
Overrides:
SizeNoad in class Noad
 o Display
 protected void Display(Graphics g,
                        int x,
                        int y,
                        FontList DisplayFL,
                        int c)
Overrides:
Display in class Noad

All Packages  Class Hierarchy  This Package  Previous  Next  Index