Uses of Class
org.fit.pdfdom.resource.ImageResource
-
Packages that use ImageResource Package Description org.fit.pdfdom -
-
Uses of ImageResource in org.fit.pdfdom
Methods in org.fit.pdfdom that return ImageResource Modifier and Type Method Description ImageResourcePathDrawer. drawPath(List<PathSegment> path)Methods in org.fit.pdfdom with parameters of type ImageResource Modifier and Type Method Description protected ElementPDFDomTree. createImageElement(float x, float y, float width, float height, ImageResource resource)Creates an element that represents an image drawn at the specified coordinates in the page.protected abstract voidPDFBoxTree. renderImage(float x, float y, float width, float height, ImageResource data)Adds an image to the current page.protected voidPDFDomTree. renderImage(float x, float y, float width, float height, ImageResource resource)
-