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 LayoutBoxLayoutBox.Box. getParent()Return the LayoutBox that this Box is a child ofLayoutBoxLayoutBox. 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 voidPDFCanvas. drawLayoutBox(LayoutBox box, float x, float y)Draw aLayoutBoxat the specified position on the pagevoidPDFDrawable. drawLayoutBox(LayoutBox box, float x, float y)Draw aLayoutBoxat the specified position on the pagevoidPDFPage. drawLayoutBox(LayoutBox box, float x, float y)Draw aLayoutBoxat the specified position on the page
-