All Packages Class Hierarchy This Package Previous Next Index
Class mathbus.draw.SpecialBox
java.lang.Object
|
+----mathbus.Node
|
+----mathbus.draw.Noad
|
+----mathbus.draw.SpecialBox
- public class SpecialBox
- extends Noad
Implements special stretchable characters like an integral
sign. Special boxes consist of the level/Alignment, the special character
and an index to indicate which box in the sequence to use in sizing.
-
INTEGRAL
-
-
LPAREN
-
-
RPAREN
-
-
SpecialBox()
-
-
SpecialBox(int, int)
-
-
Display(Graphics, int, int, FontList, int)
-
-
refNoadIndex()
-
-
SizeNoad(Graphics, Noad)
-
INTEGRAL
public static final int INTEGRAL
LPAREN
public static final int LPAREN
RPAREN
public static final int RPAREN
SpecialBox
public SpecialBox()
SpecialBox
public SpecialBox(int ident,
int index)
refNoadIndex
public int refNoadIndex()
SizeNoad
public void SizeNoad(Graphics g,
Noad n)
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