Uses of Class
cz.vutbr.fit.layout.pdf.impl.BoxImpl
-
Packages that use BoxImpl Package Description cz.vutbr.fit.layout.pdf.impl -
-
Uses of BoxImpl in cz.vutbr.fit.layout.pdf.impl
Methods in cz.vutbr.fit.layout.pdf.impl that return BoxImpl Modifier and Type Method Description protected BoxImpl
FLBoxTree. createBox()
protected BoxImpl
FLBoxTree. createBox(int x, int y, int w, int h)
protected BoxImpl
FLBoxTree. createImageBox(float x, float y, float width, float height, int pageOffset, org.fit.pdfdom.resource.ImageResource resource)
protected BoxImpl
FLBoxTree. createLineBox(float x1, float y1, float x2, float y2, int pageOffset)
protected BoxImpl
FLBoxTree. createRectangleBox(float x, float y, float width, float height, int pageOffset, boolean stroke, boolean fill)
BoxImpl
FLBoxTree. getRoot()
Methods in cz.vutbr.fit.layout.pdf.impl with parameters of type BoxImpl Modifier and Type Method Description protected void
FLBoxTree. addBox(BoxImpl parent, BoxImpl newBox)
-