Uses of Class
com.lowagie.text.Image
Packages that use Image
Package
Description
-
Uses of Image in com.lowagie.text
Subclasses of Image in com.lowagie.textModifier and TypeClassDescriptionclassCCITT Image data that has to be inserted into the documentclassSupport for JBIG2 images.classRaw Image data that has to be inserted into the documentclassPdfTemplate that has to be inserted into the documentclassAnImgWMFis the representation of a windows metafile that has to be inserted into the documentclassAnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentclassAnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentFields in com.lowagie.text declared as ImageModifier and TypeFieldDescriptionprotected ImageImage.imageMaskThe image that serves as a mask for this image.Methods in com.lowagie.text that return ImageModifier and TypeMethodDescriptionChunk.getImage()Returns the image.Image.getImageMask()Gets the explicit masking.static ImageImage.getInstance(byte[] imgb) gets an instance of an Imagestatic ImageImage.getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data) Creates an Image with CCITT G3 or G4 compression.static ImageImage.getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency) Creates an Image with CCITT G3 or G4 compression.static ImageImage.getInstance(int width, int height, byte[] data, byte[] globals) Creates a JBIG2 Image.static ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data) Gets an instance of an Image in raw mode.static ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data, int[] transparency) Gets an instance of an Image in raw mode.static ImageImage.getInstance(Image image) gets an instance of an Imagestatic ImageImage.getInstance(PdfContentByte cb, Image awtImage, float quality) Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PdfTemplate template) gets an instance of an Imagestatic ImageImage.getInstance(PdfWriter writer, Image awtImage, float quality) Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PRIndirectReference ref) Reuses an existing image.static ImageImage.getInstance(Image image, Color color) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(Image image, Color color, boolean forceBW) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(String filename) Gets an instance of an Image.static ImageImage.getInstance(URL url) Gets an instance of an Image.Methods in com.lowagie.text with parameters of type ImageModifier and TypeMethodDescriptionstatic ImageImage.getInstance(Image image) gets an instance of an ImagevoidImage.setImageMask(Image mask) Sets the explicit masking.Constructors in com.lowagie.text with parameters of type ImageModifierConstructorDescriptionConstructs a chunk containing anImage.Constructs a chunk containing anImage.protectedConstructs anImage-object, using an url . -
Uses of Image in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return ImageModifier and TypeMethodDescriptionstatic ImageElementFactory.getImage(Properties attributes) Creates an Image object based on a list of properties. -
Uses of Image in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return ImageModifier and TypeMethodDescriptionImageProvider.getImage(String src, HashMap h, ChainedProperties cprops, DocListener doc) Methods in com.lowagie.text.html.simpleparser with parameters of type ImageModifier and TypeMethodDescriptionbooleanImg.process(Image img, HashMap h, ChainedProperties cprops, DocListener doc) -
Uses of Image in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as ImageModifier and TypeFieldDescriptionprotected ImagePdfChunk.imageThe image in thisPdfChunk, if it has oneprotected ImagePdfDocument.imageWaitThis is the image that could not be shown on a previous page.Methods in com.lowagie.text.pdf that return ImageModifier and TypeMethodDescriptionBarcodeDatamatrix.createImage()Gets anImagewith the barcode.Barcode.createImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor) Creates anImagewith the barcode.BarcodePDF417.getImage()Gets anImagewith the barcode.PdfPCell.getImage()Getter for property image.PdfSignatureAppearance.getImage()Gets the background image for the layer 2.PushbuttonField.getImage()Getter for property image.PdfSignatureAppearance.getSignatureGraphic()Gets the Image object to render.Methods in com.lowagie.text.pdf with parameters of type ImageModifier and TypeMethodDescriptionprotected voidAdds an image to the document.voidAdds an Image as Cell.PdfWriter.addDirectImageSimple(Image image) Use this method to adds an image to the document but not to the page resources.PdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef) Adds an image to the document but not to the page resources.voidAdds anImageto the page.voidAdds anImageto the page.voidAdds anImageto the page.voidPdfContentByte.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage) Adds anImageto the page.voidAlways throws an error.voidvoidType3Glyph.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage) voidSetter for property image.voidSets the background image for the layer 2.voidSets the icon as an image.voidPdfSignatureAppearance.setSignatureGraphic(Image signatureGraphic) Sets the Image object to render when Render is set toSignatureRenderGraphicAndDescriptionvoidPdfStamper.setThumbnail(Image image, int page) Sets the thumbnail image for a page.voidPdfStamperImp.setThumbnail(Image image) voidPdfWriter.setThumbnail(Image image) Use this method to set the thumbnail image for the current page.Constructors in com.lowagie.text.pdf with parameters of type Image -
Uses of Image in com.lowagie.text.pdf.codec
Methods in com.lowagie.text.pdf.codec that return ImageModifier and TypeMethodDescriptionstatic ImageBmpImage.getImage(byte[] data) Reads a BMP from a byte array.static ImageBmpImage.getImage(InputStream is) Reads a BMP from a stream.static ImageBmpImage.getImage(InputStream is, boolean noHeader, int size) Reads a BMP from a stream.static ImageReads a BMP from a file.static ImageReads a BMP from an url.GifImage.getImage(int frame) Gets the image from a frame.static ImagePngImage.getImage(byte[] data) Reads a PNG from a byte array.static ImagePngImage.getImage(InputStream is) Reads a PNG from a stream.static ImageReads a PNG from a file.static ImageReads a PNG from an url.static ImageJBIG2Image.getJbig2Image(RandomAccessFileOrArray ra, int page) returns an Image representing the given page.static ImageTiffImage.getTiffImage(RandomAccessFileOrArray s, int page) Reads a page from a TIFF image.static ImageTiffImage.getTiffImage(RandomAccessFileOrArray s, int page, boolean direct) Reads a page from a TIFF image.protected static ImageTiffImage.getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s) -
Uses of Image in com.lowagie.text.pdf.codec.wmf
Methods in com.lowagie.text.pdf.codec.wmf with parameters of type Image -
Uses of Image in com.lowagie.text.xml
Methods in com.lowagie.text.xml with parameters of type Image