Uses of Class
com.aowagie.text.Image
-
Packages that use Image Package Description com.aowagie.text com.aowagie.text.factories com.aowagie.text.pdf com.aowagie.text.pdf.codec com.aowagie.text.xml -
-
Uses of Image in com.aowagie.text
Subclasses of Image in com.aowagie.text Modifier and Type Class Description classImgCCITTCCITT Image data that has to be inserted into the documentclassImgJBIG2Support for JBIG2 images.classImgRawRaw Image data that has to be inserted into the documentclassImgTemplatePdfTemplate that has to be inserted into the documentclassImgWMFAnImgWMFis the representation of a windows metafile that has to be inserted into the documentclassJpegAnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentclassJpeg2000AnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentFields in com.aowagie.text declared as Image Modifier and Type Field Description private ImageImage. imageMaskThe image that serves as a mask for this image.Methods in com.aowagie.text that return Image Modifier and Type Method Description ImageChunk. getImage()Returns the image.ImageImage. 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.private 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, int components, int bpc, byte[] data)Gets an instance of an Image in raw mode.private 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(PdfTemplate template)gets an instance of an Imagestatic ImageImage. getInstance(java.awt.Image image, java.awt.Color color)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.awt.Image image, java.awt.Color color, boolean forceBW)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.lang.String filename)Gets an instance of an Image.private static ImageImage. getInstance(java.net.URL url)Gets an instance of an Image.Methods in com.aowagie.text with parameters of type Image Modifier and Type Method Description static ImageImage. getInstance(Image image)gets an instance of an ImagevoidImage. setImageMask(Image mask)Sets the explicit masking.Constructors in com.aowagie.text with parameters of type Image Constructor Description Chunk(Image image, float offsetX, float offsetY)Constructs a chunk containing anImage.Chunk(Image image, float offsetX, float offsetY, boolean changeLeading)Constructs a chunk containing anImage.Image(Image image)Constructs anImage-object, using an url .ImgCCITT(Image image)ImgJBIG2(Image image)Copy contstructor.ImgRaw(Image image)ImgTemplate(Image image)ImgWMF(Image image)Jpeg(Image image)Jpeg2000(Image image) -
Uses of Image in com.aowagie.text.factories
Methods in com.aowagie.text.factories that return Image Modifier and Type Method Description static ImageElementFactory. getImage(java.util.Properties attributes)Creates an Image object based on a list of properties. -
Uses of Image in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as Image Modifier and Type Field Description private ImagePdfChunk. imageThe image in thisPdfChunk, if it has oneprivate ImagePdfFont. imagean image.private ImagePdfPCell. imageHolds value of property image.private ImagePdfSignatureAppearance. imageHolds value of property image.private ImagePushbuttonField. imageHolds value of property image.private ImagePdfDocument. imageWaitThis is the image that could not be shown on a previous page.private ImagePdfSignatureAppearance. signatureGraphicMethods in com.aowagie.text.pdf that return Image Modifier and Type Method Description ImageBarcode. createImageWithBarcode(PdfContentByte cb, java.awt.Color barColor, java.awt.Color textColor)Creates anImagewith the barcode.(package private) ImagePdfChunk. getImage()Gets the image in thePdfChunk.ImagePdfPCell. getImage()Getter for property image.ImagePdfSignatureAppearance. getImage()Gets the background image for the layer 2.ImagePushbuttonField. getImage()Getter for property image.ImagePdfSignatureAppearance. getSignatureGraphic()Gets the Image object to render.Methods in com.aowagie.text.pdf with parameters of type Image Modifier and Type Method Description private voidPdfDocument. add(Image image)Adds an image to the document.voidPdfPTable. addCell(Image image)Adds an Image as Cell.(package private) PdfNamePdfWriter. addDirectImageSimple(Image image)Use this method to adds an image to the document but not to the page resources.private PdfNamePdfWriter. addDirectImageSimple(Image image, PdfIndirectReference fixedRef)Adds an image to the document but not to the page resources.private floatPdfCell. addImage(Image i, float left, float right, float extraHeight, int alignment)Adds an image to this Cell.voidPdfContentByte. addImage(Image image)Adds anImageto the page.private voidPdfContentByte. addImage(Image image, boolean inlineImage)Adds anImageto the page.voidPdfContentByte. addImage(Image image, float a, float b, float c, float d, float e, float f)Adds 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.voidPdfImportedPage. addImage(Image image, float a, float b, float c, float d, float e, float f)Always throws an error.voidPdfPatternPainter. addImage(Image image, float a, float b, float c, float d, float e, float f)voidType3Glyph. addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)(package private) voidPdfFont. setImage(Image image)voidPdfPCell. setImage(Image image)Setter for property image.voidPdfSignatureAppearance. setImage(Image image)Sets the background image for the layer 2.voidPushbuttonField. setImage(Image image)Sets the icon as an image.voidPdfSignatureAppearance. setSignatureGraphic(Image signatureGraphic)Sets the Image object to render when Render is set toSignatureRenderGraphicAndDescription(package private) voidPdfDocument. setThumbnail(Image image)voidPdfStamperImp. setThumbnail(Image image)voidPdfWriter. setThumbnail(Image image)Use this method to set the thumbnail image for the current page.Constructors in com.aowagie.text.pdf with parameters of type Image Constructor Description PdfImage(Image image, java.lang.String name, PdfIndirectReference maskRef)Constructs aPdfImage-object.PdfPCell(Image image)Constructs aPdfPCellwith anImage.PdfPCell(Image image, boolean fit)Constructs aPdfPCellwith anImage. -
Uses of Image in com.aowagie.text.pdf.codec
Fields in com.aowagie.text.pdf.codec declared as Image Modifier and Type Field Description private ImageGifImage.GifFrame. imageMethods in com.aowagie.text.pdf.codec that return Image Modifier and Type Method Description private ImageBmpImage. getImage()static ImageBmpImage. getImage(byte[] data)Reads a BMP from a byte array.private static ImageBmpImage. getImage(java.io.InputStream is)Reads a BMP from a stream.static ImageBmpImage. getImage(java.io.InputStream is, boolean noHeader, int size)Reads a BMP from a stream.static ImageBmpImage. getImage(java.net.URL url)Reads a BMP from an url.ImageGifImage. getImage(int frame)Gets the image from a frame.private ImagePngImage. getImage()static ImagePngImage. getImage(byte[] data)Reads a PNG from a byte array.private static ImagePngImage. getImage(java.io.InputStream is)Reads a PNG from a stream.static ImagePngImage. getImage(java.net.URL url)Reads 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.private static ImageTiffImage. getTiffImage(RandomAccessFileOrArray s, int page, boolean direct)Reads a page from a TIFF image.private static ImageTiffImage. getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s)private ImageBmpImage. indexedModel(byte[] bdata, int bpc, int paletteEntries)private ImageBmpImage. read1632Bit(boolean is32)private ImageBmpImage. read1Bit(int paletteEntries)private ImageBmpImage. read4Bit(int paletteEntries)private ImageBmpImage. read8Bit(int paletteEntries)private ImageBmpImage. readRLE4()private ImageBmpImage. readRLE8() -
Uses of Image in com.aowagie.text.xml
Methods in com.aowagie.text.xml with parameters of type Image Modifier and Type Method Description private voidSAXiTextHandler. addImage(Image img)
-