Multivalent API

Uses of Interface
multivalent.node.Fixed

Packages that use Fixed
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.
 

Uses of Fixed in multivalent.node
 

Classes in multivalent.node that implement Fixed
 class FixedI
          Internal node for use with formats that are already layed out, such as scanned page images, PostScript, PDF, TeX DVI.
 class FixedIClip
          Clips children to be within its bbox, WxH of which are given in constructor and are independent of size and position of children.
 class FixedIHBox
          Fixed-format INode that adjusts to changes in size of children by moving them horizontally.
 class FixedIVBox
          FixedIVBox
 class FixedLeafBlock
           
 class FixedLeafImage
          Holds an Image.
 class FixedLeafOCR
          Draw by reaching clipping out from who page image that portion corresponding to word.
 class FixedLeafShape
          Holds a Shape.
 class FixedLeafUnicode
          Leaf subclass for fixed-formatted ASCII.
 class FixedLeafUnicodeKern
          Leaf subclass for fixed-formatted Unicode with kerning.
 

Uses of Fixed in multivalent.std.adaptor.pdf
 

Classes in multivalent.std.adaptor.pdf that implement Fixed
 class FixedLeafShade
          INCOMPLETE.
 


Multivalent API