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 BoxImplFLBoxTree. createBox()protected BoxImplFLBoxTree. createBox(int x, int y, int w, int h)protected BoxImplFLBoxTree. createImageBox(float x, float y, float width, float height, int pageOffset, org.fit.pdfdom.resource.ImageResource resource)protected BoxImplFLBoxTree. createLineBox(float x1, float y1, float x2, float y2, int pageOffset)protected BoxImplFLBoxTree. createRectangleBox(float x, float y, float width, float height, int pageOffset, boolean stroke, boolean fill)BoxImplFLBoxTree. getRoot()Methods in cz.vutbr.fit.layout.pdf.impl with parameters of type BoxImpl Modifier and Type Method Description protected voidFLBoxTree. addBox(BoxImpl parent, BoxImpl newBox)
-