Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutBox.Text
The Text class is a subclass of
LayoutBox.Box which
is specifically for displaying Text. |
Modifier and Type | Method and Description |
---|---|
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-2017 Big Faceless Organization