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.
-
NoadVList()
-
-
addNoad(Noad)
- Add a noad to this vertical list.
-
Display(Graphics, int, int, FontList, int)
-
-
SizeNoad(Graphics)
-
NoadVList
public NoadVList()
addNoad
public void addNoad(Noad n)
- Add a noad to this vertical list. Increment the height, width
and depth respectively.
SizeNoad
public void SizeNoad(Graphics g)
- Overrides:
- SizeNoad in class Noad
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