All Packages Class Hierarchy This Package Previous Next Index
Class mathbus.draw.GlueBox
java.lang.Object
|
+----mathbus.Node
|
+----mathbus.draw.Noad
|
+----mathbus.draw.GlueBox
- public class GlueBox
- extends Noad
Represents white space that goes between text. In the future this
probably ought to be more like the glue used in TeX, but that will
have to wait.
-
GlueBox()
-
-
GlueBox(int, int)
-
-
GlueBox(int, int, int)
-
-
Display(Graphics, int, int, FontList, int)
-
-
SizeNoad(Graphics)
-
GlueBox
public GlueBox()
GlueBox
protected GlueBox(int x,
int y,
int d)
GlueBox
protected GlueBox(int x,
int y)
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