|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutBox | |
|---|---|
| org.faceless.pdf2 | Contains the classes used to create a PDF document |
| Uses of LayoutBox in org.faceless.pdf2 |
|---|
| Methods in org.faceless.pdf2 that return LayoutBox | |
|---|---|
LayoutBox |
LayoutBox.Box.getParent()
Return the LayoutBox that this Box is a child of |
LayoutBox |
LayoutBox.splitAt(float splitpos)
Split a LayoutBox into two boxes at the specified height. |
| Methods in org.faceless.pdf2 with parameters of type LayoutBox | |
|---|---|
void |
PDFCanvas.drawLayoutBox(LayoutBox box,
float x,
float y)
Draw a LayoutBox at the specified position on the page |
void |
PDFPage.drawLayoutBox(LayoutBox box,
float x,
float y)
Draw a LayoutBox at the specified position on the page |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||