Uses of Class
org.faceless.pdf2.LayoutBox
-
Packages that use LayoutBox Package Description 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 Modifier and Type Method Description LayoutBox
LayoutBox.Box. getParent()
Return the LayoutBox that this Box is a child ofLayoutBox
LayoutBox. splitAt(float splitpos)
Split a LayoutBox into two boxes at the specified height.Methods in org.faceless.pdf2 with parameters of type LayoutBox Modifier and Type Method Description void
PDFCanvas. drawLayoutBox(LayoutBox box, float x, float y)
Draw aLayoutBox
at the specified position on the pagevoid
PDFDrawable. drawLayoutBox(LayoutBox box, float x, float y)
Draw aLayoutBox
at the specified position on the pagevoid
PDFPage. drawLayoutBox(LayoutBox box, float x, float y)
Draw aLayoutBox
at the specified position on the page
-