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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text declared as ImageModifier and TypeFieldDescriptionprotected ImageImage.imageMaskDeprecated.The image that serves as a mask for this image.Fields in com.lowagie.text with type parameters of type ImageMethods in com.lowagie.text that return ImageModifier and TypeMethodDescriptionstatic ImageImageLoader.getBmpImage(byte[] imageData) Deprecated.static ImageImageLoader.getBmpImage(URL url) Deprecated.static ImageImageLoader.getGifImage(byte[] imageData) Deprecated.static ImageImageLoader.getGifImage(URL url) Deprecated.Chunk.getImage()Deprecated.Returns the image.private static ImageImageLoader.getImage(BufferedImage bufferedImage, int originalType) Deprecated.Image.getImageMask()Deprecated.Gets the explicit masking.static ImageImage.getInstance(byte[] imgb) Deprecated.gets an instance of an Imagestatic ImageImage.getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data) Deprecated.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) Deprecated.Creates an Image with CCITT G3 or G4 compression.static ImageImage.getInstance(int width, int height, byte[] data, byte[] globals) Deprecated.Creates a JBIG2 Image.static ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data) Deprecated.Gets an instance of an Image in raw mode.static ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data, int[] transparency) Deprecated.Gets an instance of an Image in raw mode.static ImageImage.getInstance(Image image) Deprecated.gets an instance of an Imagestatic ImageImage.getInstance(PdfContentByte cb, Image awtImage, float quality) Deprecated.Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PdfTemplate template) Deprecated.gets an instance of an Imagestatic ImageImage.getInstance(PdfWriter writer, Image awtImage, float quality) Deprecated.Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PRIndirectReference ref) Deprecated.Reuses an existing image.static ImageImage.getInstance(Image image, Color color) Deprecated.Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(Image image, Color color, boolean forceBW) Deprecated.Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(String filename) Deprecated.Gets an instance of an Image.static ImageImage.getInstance(String mediaType, String base64Data) Deprecated.static ImageImage.getInstance(URL url) Deprecated.Gets an instance of an Image.Image.ImageInput.getInstance()static ImageImage.getInstanceFromClasspath(String filename) Deprecated.Gets an instance of an Image from the classpath.static ImageImageLoader.getJpeg2000Image(byte[] imageData) Deprecated.static ImageImageLoader.getJpeg2000Image(URL url) Deprecated.static ImageImageLoader.getJpegImage(byte[] imageData) Deprecated.Creates an Image from a JPEG image file in a byte array.static ImageImageLoader.getJpegImage(URL url) Deprecated.Creates an Image from a JPEG image file in an URL.static ImageImageLoader.getPngImage(byte[] imageData) Deprecated.static ImageImageLoader.getPngImage(URL url) Deprecated.Creates an Image from a PNG image file in an URL.static ImageImageLoader.getTiffImage(byte[] imageData) Deprecated.Creates an Image from an array of tiff image bytes.static ImageImageLoader.getTiffImage(URL url) Deprecated.static ImageImageLoader.getWMFImage(byte[] imageData) Deprecated.static ImageImageLoader.getWMFImage(URL url) Deprecated.Methods in com.lowagie.text with parameters of type ImageModifier and TypeMethodDescriptionstatic ImageImage.getInstance(Image image) Deprecated.gets an instance of an ImagevoidImage.setImageMask(Image mask) Deprecated.Sets the explicit masking.Constructors in com.lowagie.text with parameters of type ImageModifierConstructorDescriptionDeprecated.Constructs a chunk containing anImage.Deprecated.Constructs a chunk containing anImage.protectedDeprecated.Constructs anImage-object, using an url .(package private)Deprecated.(package private)Deprecated.Copy contstructor.(package private)Deprecated.(package private)ImgTemplate(Image image) Deprecated.(package private)Deprecated.(package private)Deprecated.(package private)Deprecated.Constructor parameters in com.lowagie.text with type arguments of type Image -
Uses of Image in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return ImageModifier and TypeMethodDescriptionstatic ImageElementFactory.getImage(Properties attributes) Deprecated.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) Deprecated.Methods in com.lowagie.text.html.simpleparser with parameters of type ImageModifier and TypeMethodDescriptionbooleanImg.process(Image img, HashMap h, ChainedProperties cprops, DocListener doc) Deprecated. -
Uses of Image in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as ImageModifier and TypeFieldDescriptionprotected ImagePdfChunk.imageDeprecated.The image in thisPdfChunk, if it has oneprotected ImagePdfFont.imageDeprecated.an image.private ImagePdfPCell.imageDeprecated.Holds value of property image.private ImagePdfSignatureAppearance.imageDeprecated.Holds value of property image.private ImagePushbuttonField.imageDeprecated.Holds value of property image.protected ImagePdfDocument.imageWaitDeprecated.This is the image that could not be shown on a previous page.private ImagePdfSignatureAppearance.signatureGraphicDeprecated.Fields in com.lowagie.text.pdf with type parameters of type ImageMethods in com.lowagie.text.pdf that return ImageModifier and TypeMethodDescriptionBarcodeDatamatrix.createImage()Deprecated.Gets anImagewith the barcode.Barcode.createImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Creates anImagewith the barcode.BarcodePDF417.getImage()Deprecated.Gets anImagewith the barcode.(package private) ImagePdfChunk.getImage()Deprecated.Gets the image in thePdfChunk.PdfPCell.getImage()Deprecated.Getter for property image.PdfSignatureAppearance.getImage()Deprecated.Gets the background image for the layer 2.PushbuttonField.getImage()Deprecated.Getter for property image.PdfSignatureAppearance.getSignatureGraphic()Deprecated.Gets the Image object to render.Methods in com.lowagie.text.pdf that return types with arguments of type ImageModifier and TypeMethodDescriptionPdfCell.getImages(float top, float bottom) Deprecated.Gets the images of a cell that can be drawn between certain limits.Methods in com.lowagie.text.pdf with parameters of type ImageModifier and TypeMethodDescriptionprotected voidDeprecated.Adds an image to the document.Deprecated.Adds an Image as Cell.protected voidDeprecated.Occupies space forImagethat will be added later instead of nowPdfWriter.addDirectImageSimple(Image image) Deprecated.Use this method to adds an image to the document but not to the page resources.PdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef) Deprecated.Adds an image to the document but not to the page resources.private floatDeprecated.Adds an image to this Cell.voidDeprecated.Adds anImageto the page.voidDeprecated.Adds anImageto the page.voidDeprecated.Adds anImageto the page.voidPdfContentByte.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage) Deprecated.Adds anImageto the page.voidDeprecated.Always throws an error.voidDeprecated.voidType3Glyph.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage) Deprecated.(package private) voidDeprecated.voidDeprecated.Setter for property image.voidDeprecated.Sets the background image for the layer 2.voidDeprecated.Sets the icon as an image.voidPdfSignatureAppearance.setSignatureGraphic(Image signatureGraphic) Deprecated.Sets the Image object to render when Render is set toSignatureRenderGraphicAndDescription(package private) voidPdfDocument.setThumbnail(Image image) Deprecated.voidPdfStamper.setThumbnail(Image image, int page) Deprecated.Sets the thumbnail image for a page.voidPdfStamperImp.setThumbnail(Image image) Deprecated.(package private) voidPdfStamperImp.setThumbnail(Image image, int page) Deprecated.voidPdfWriter.setThumbnail(Image image) Deprecated.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.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