All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mathbus.draw.RuleBox

java.lang.Object
   |
   +----mathbus.Node
           |
           +----mathbus.draw.Noad
                   |
                   +----mathbus.draw.RuleBox

public class RuleBox
extends Noad
A box that is solid black. In the future, more flexibility should be provided.


Constructor Index

 o RuleBox()
 o RuleBox(int, int, int)

Method Index

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

Constructors

 o RuleBox
 public RuleBox(int w,
                int h,
                int d)
 o RuleBox
 public RuleBox()

Methods

 o setDimensions
 protected void setDimensions(int w,
                              int h,
                              int d)
 o setDimensions
 protected void setDimensions(int x,
                              int y)
 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