Multivalent API

Uses of Package
multivalent.node

Packages that use multivalent.node
multivalent Core system classes. 
multivalent.gui Graphical user interface widgets, natively implemented as Nodes. 
multivalent.node Many types of tree nodes: scrolled panel, fixed format document nodes, media leaves. 
multivalent.std.adaptor.pdf PDF manipulation: read, render, modify, write.
 

Classes in multivalent.node used by multivalent
Root
          Documents can contain other documents, and this is the topmost instance.
 

Classes in multivalent.node used by multivalent.gui
IParaBox
          Like a paragraph, layout children in a row, wrapping lines as necessary.
IVBox
          Lays out children vertically, top to bottom.
 

Classes in multivalent.node used by multivalent.node
Fixed
          Interface for fixed internal and leaf classes.
FixedI
          Internal node for use with formats that are already layed out, such as scanned page images, PostScript, PDF, TeX DVI.
FixedLeafImage
          Holds an Image.
FixedLeafUnicode
          Leaf subclass for fixed-formatted ASCII.
IClip
          Clips children to be within its bbox, WxH of which are given in constructor and are independent of size and position of children.
IParaBox
          Like a paragraph, layout children in a row, wrapping lines as necessary.
IVBox
          Lays out children vertically, top to bottom.
LeafBlock
          Block empty rectangular placeholder, for replacing advertisements, say.
LeafImage
          Medium-specific leaf node.
LeafShape
          Holds a Shape, which is painted stroked or filled or both.
LeafText
          Superclass for text leaf nodes.
LeafUnicode
          Leaf subclass for Unicode.
Root
          Documents can contain other documents, and this is the topmost instance.
 

Classes in multivalent.node used by multivalent.std.adaptor.pdf
Fixed
          Interface for fixed internal and leaf classes.
FixedIClip
          Clips children to be within its bbox, WxH of which are given in constructor and are independent of size and position of children.
 


Multivalent API