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.


Variable Index

 o INTEGRAL
 o LPAREN
 o RPAREN

Constructor Index

 o SpecialBox()
 o SpecialBox(int, int)

Method Index

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

Variables

 o INTEGRAL
 public static final int INTEGRAL
 o LPAREN
 public static final int LPAREN
 o RPAREN
 public static final int RPAREN

Constructors

 o SpecialBox
 public SpecialBox()
 o SpecialBox
 public SpecialBox(int ident,
                   int index)

Methods

 o refNoadIndex
 public int refNoadIndex()
 o SizeNoad
 public void SizeNoad(Graphics g,
                      Noad n)
 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