All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mathbus.draw.FractionList

java.lang.Object
   |
   +----mathbus.Node
           |
           +----mathbus.draw.Noad
                   |
                   +----mathbus.draw.NoadList
                           |
                           +----mathbus.draw.NoadVList
                                   |
                                   +----mathbus.draw.FractionList

public class FractionList
extends NoadVList

Constructor Index

 o FractionList()
 o FractionList(int, int, int)

Method Index

 o SizeNoad(Graphics)

Constructors

 o FractionList
 public FractionList()
 o FractionList
 public FractionList(int leftPad,
                     int ruleWidth,
                     int rightPad)

Methods

 o SizeNoad
 public void SizeNoad(Graphics g)
Overrides:
SizeNoad in class NoadVList

All Packages  Class Hierarchy  This Package  Previous  Next  Index