public abstract class Words implements Cloneable, Drawable{}
Methods:
Comments:
This class is subclassed to add some interesting functionality. The method size() gives the width of each Word(s) and is used to calculate the column space in the algebra.table class.
algebra Package / misc Package / Making of the project / Project Home Page / My Home Page