Uses of Class
com.storedobject.pdf.PDFImage
Packages that use PDFImage
- 
Uses of PDFImage in com.storedobject.pdfMethods in com.storedobject.pdf that return PDFImageModifier and TypeMethodDescriptionstatic PDFImagePDF.createImage(Barcode barcode) Create image from barcodestatic PDFImagePDF.createImage(HTMLText html) Create image from HTMLstatic PDFImagePDF.createImage(HTMLText html, int width, int height) Create image from HTMLstatic PDFImagePDF.createImage(Signature signature) Create image from a signature instancestatic PDFImagePDF.createImage(StreamData streamData) Create image from stream datastatic PDFImagePDF.createImage(Image image) Create image from Java AWT imagestatic PDFImagePDF.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 PDFImagePDF.createImageFromHTML(String html) Create image from HTMLstatic PDFImagePDF.createImageFromHTML(String html, int width, int height) Create image from HTMLstatic PDFImagePDF.createImageFromHTML(String html, StringFiller filler) Create image from HTMLstatic PDFImagePDF.createImageFromHTML(String html, StringFiller filler, int width, int height) Create image from HTMLstatic PDFImagePDF.createImageFromSVG(String svg) Create image from SVGstatic PDFImagePDF.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 voidPDF.aboutToAddExternalContent(int page, PDFImage pageImage) voidvoidPDF.addContent(PDFImage image) Add an image to the next page as the content.voidPDF.addContent(PDFImage image, float scalePercentage) Add an image to the next page as the content.voidAdd an image at position (0, 0) in the current page.voidAdd an image at some absolute position in the current page.voidAdd an image at some absolute position in the current page.voidPDF.addingExternalContent(int page, PDFImage content) voidPDFCell.setBackgroundImage(PDFImage image) Set a background image in this cell (The cell content will go above this image).voidPDFCell.setBackgroundImage(PDFImage image, boolean scale) Set a background image in this cell (The cell content will go above this image).voidSet an image as the content of this cell.voidConstructors 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.