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.


Constructor Index

 o GlueBox()
 o GlueBox(int, int)
 o GlueBox(int, int, int)

Method Index

 o Display(Graphics, int, int, FontList, int)
 o SizeNoad(Graphics)

Constructors

 o GlueBox
 public GlueBox()
 o GlueBox
 protected GlueBox(int x,
                   int y,
                   int d)
 o GlueBox
 protected GlueBox(int x,
                   int y)

Methods

 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