Uses of Class
com.storedobject.pdf.PDFImage
Packages that use PDFImage
-
Uses of PDFImage in com.storedobject.pdf
Methods in com.storedobject.pdf that return PDFImageModifier and TypeMethodDescriptionstatic PDFImage
PDF.createImage
(Barcode barcode) Create image from barcodestatic PDFImage
PDF.createImage
(HTMLText html) Create image from HTMLstatic PDFImage
PDF.createImage
(HTMLText html, int width, int height) Create image from HTMLstatic PDFImage
PDF.createImage
(Signature signature) Create image from a signature instancestatic PDFImage
PDF.createImage
(StreamData streamData) Create image from stream datastatic PDFImage
PDF.createImage
(Image image) Create image from Java AWT imagestatic PDFImage
PDF.createImage
(InputStream stream) Create image from an input stream (stream will be closed)PDF.createImage
(Consumer<Graphics2D> painter) Create a PDF image where a painter decides how to paint the image.PDF.createImage
(Consumer<Graphics2D> painter, int width, int height) Create a PDF image where a painter decides how to paint the image.static PDFImage
PDF.createImageFromHTML
(String html) Create image from HTMLstatic PDFImage
PDF.createImageFromHTML
(String html, int width, int height) Create image from HTMLstatic PDFImage
PDF.createImageFromHTML
(String html, StringFiller filler) Create image from HTMLstatic PDFImage
PDF.createImageFromHTML
(String html, StringFiller filler, int width, int height) Create image from HTMLstatic PDFImage
PDF.createImageFromSVG
(String svg) Create image from SVGstatic PDFImage
PDF.createImageFromSVG
(String svg, int width, int height) Create image from SVGPDFCell.getImage()
Get the image contained in this cell.PDFChunk.getImage()
Get the image in this chunk.PDFReport.getLogo()
Get the configured logo of the organization (could benull
).PDF.PDFContent.getPageImage
(int page) Creates an image from a particular page of this 'Content'.PDFReport.getProductLogo()
Get the configured logo of the product (could benull
).Methods in com.storedobject.pdf with parameters of type PDFImageModifier and TypeMethodDescriptionprotected void
PDF.aboutToAddExternalContent
(int page, PDFImage pageImage) void
void
PDF.addContent
(PDFImage image) Add an image to the next page as the content.void
PDF.addContent
(PDFImage image, float scalePercentage) Add an image to the next page as the content.void
Add an image at position (0, 0) in the current page.void
Add an image at some absolute position in the current page.void
Add an image at some absolute position in the current page.void
PDF.addingExternalContent
(int page, PDFImage content) void
PDFCell.setBackgroundImage
(PDFImage image) Set a background image in this cell (The cell content will go above this image).void
PDFCell.setBackgroundImage
(PDFImage image, boolean scale) Set a background image in this cell (The cell content will go above this image).void
Set an image as the content of this cell.void
Constructors in com.storedobject.pdf with parameters of type PDFImageModifierConstructorDescriptionConstructor.Constructor.PDF
(OutputStream out, boolean letterhead, PDFImage logo) Constructor.PDF
(OutputStream out, PDFImage logo) Constructor.Construct from an image as its content.Construct from an image as its content.Construct from a given image.