All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mathbus.draw.PostScriptList

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

public class PostScriptList
extends NoadVList
Represents a set of scripts (super and sub) whose position depends on the preceeding box. PostScriptLists are versions of vertical lists, with either two or three elements, either: {superscript, glue}, {glue, subscript}, or {superscript, glue, subscript}. The size of the glue is determined by the size of the preceeding non-glue box.


Constructor Index

 o PostScriptList()

Method Index

 o SizeNoad(Graphics, Noad)

Constructors

 o PostScriptList
 public PostScriptList()

Methods

 o SizeNoad
 public void SizeNoad(Graphics g,
                      Noad n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index