Uses of Class
org.faceless.pdf2.LayoutBox.Box

Packages that use LayoutBox.Box
org.faceless.pdf2 Contains the classes used to create a PDF document 
 

Uses of LayoutBox.Box in org.faceless.pdf2
 

Subclasses of LayoutBox.Box in org.faceless.pdf2
 class LayoutBox.Text
          The Text class is a subclass of LayoutBox.Box which is specifically for displaying Text.
 

Methods in org.faceless.pdf2 that return LayoutBox.Box
 LayoutBox.Box LayoutBox.addBoxFullWidth(float height)
          Add a new box that takes the full width of the LayoutBox, less the width of any left or right floating boxes.
 LayoutBox.Box LayoutBox.addBoxInline(float width, float height, int align)
          Add a new Box which will be appear "inline" - ie. positioned in the same way as the text.
 LayoutBox.Box LayoutBox.addBoxLeft(float width, float height, int clearflags)
          Add a new Box which will float at the left of the LayoutBox.
 LayoutBox.Box LayoutBox.addBoxRight(float width, float height, int clearflags)
          Add a new Box which will float at the right of the LayoutBox.
 LayoutBox.Box[] LayoutBox.getBoxes()
          Return the list of boxes which make up the LayoutBox.
 



Copyright © 2001-2010 Big Faceless Organization