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 class
ImgCCITT
CCITT Image data that has to be inserted into the documentclass
ImgJBIG2
Support for JBIG2 images.class
ImgRaw
Raw Image data that has to be inserted into the documentclass
ImgTemplate
PdfTemplate that has to be inserted into the documentclass
ImgWMF
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
Jpeg
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
Jpeg2000
AnJpeg2000
is 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 Image
Image. imageMask
The image that serves as a mask for this image.Methods in com.aowagie.text that return Image Modifier and Type Method Description Image
Chunk. getImage()
Returns the image.Image
Image. getImageMask()
Gets the explicit masking.static Image
Image. getInstance(byte[] imgb)
gets an instance of an Imagestatic Image
Image. getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data)
Creates an Image with CCITT G3 or G4 compression.private static Image
Image. 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 Image
Image. getInstance(int width, int height, int components, int bpc, byte[] data)
Gets an instance of an Image in raw mode.private static Image
Image. getInstance(int width, int height, int components, int bpc, byte[] data, int[] transparency)
Gets an instance of an Image in raw mode.static Image
Image. getInstance(Image image)
gets an instance of an Imagestatic Image
Image. getInstance(PdfTemplate template)
gets an instance of an Imagestatic Image
Image. getInstance(java.awt.Image image, java.awt.Color color)
Gets an instance of an Image from a java.awt.Image.static Image
Image. getInstance(java.awt.Image image, java.awt.Color color, boolean forceBW)
Gets an instance of an Image from a java.awt.Image.static Image
Image. getInstance(java.lang.String filename)
Gets an instance of an Image.private static Image
Image. 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 Image
Image. getInstance(Image image)
gets an instance of an Imagevoid
Image. 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 Image
ElementFactory. 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 Image
PdfChunk. image
The image in thisPdfChunk
, if it has oneprivate Image
PdfFont. image
an image.private Image
PdfPCell. image
Holds value of property image.private Image
PdfSignatureAppearance. image
Holds value of property image.private Image
PushbuttonField. image
Holds value of property image.private Image
PdfDocument. imageWait
This is the image that could not be shown on a previous page.private Image
PdfSignatureAppearance. signatureGraphic
Methods in com.aowagie.text.pdf that return Image Modifier and Type Method Description Image
Barcode. createImageWithBarcode(PdfContentByte cb, java.awt.Color barColor, java.awt.Color textColor)
Creates anImage
with the barcode.(package private) Image
PdfChunk. getImage()
Gets the image in thePdfChunk
.Image
PdfPCell. getImage()
Getter for property image.Image
PdfSignatureAppearance. getImage()
Gets the background image for the layer 2.Image
PushbuttonField. getImage()
Getter for property image.Image
PdfSignatureAppearance. getSignatureGraphic()
Gets the Image object to render.Methods in com.aowagie.text.pdf with parameters of type Image Modifier and Type Method Description private void
PdfDocument. add(Image image)
Adds an image to the document.void
PdfPTable. addCell(Image image)
Adds an Image as Cell.(package private) PdfName
PdfWriter. addDirectImageSimple(Image image)
Use this method to adds an image to the document but not to the page resources.private PdfName
PdfWriter. addDirectImageSimple(Image image, PdfIndirectReference fixedRef)
Adds an image to the document but not to the page resources.private float
PdfCell. addImage(Image i, float left, float right, float extraHeight, int alignment)
Adds an image to this Cell.void
PdfContentByte. addImage(Image image)
Adds anImage
to the page.private void
PdfContentByte. addImage(Image image, boolean inlineImage)
Adds anImage
to the page.void
PdfContentByte. addImage(Image image, float a, float b, float c, float d, float e, float f)
Adds anImage
to the page.void
PdfContentByte. addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
Adds anImage
to the page.void
PdfImportedPage. addImage(Image image, float a, float b, float c, float d, float e, float f)
Always throws an error.void
PdfPatternPainter. addImage(Image image, float a, float b, float c, float d, float e, float f)
void
Type3Glyph. addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
(package private) void
PdfFont. setImage(Image image)
void
PdfPCell. setImage(Image image)
Setter for property image.void
PdfSignatureAppearance. setImage(Image image)
Sets the background image for the layer 2.void
PushbuttonField. setImage(Image image)
Sets the icon as an image.void
PdfSignatureAppearance. setSignatureGraphic(Image signatureGraphic)
Sets the Image object to render when Render is set toSignatureRenderGraphicAndDescription
(package private) void
PdfDocument. setThumbnail(Image image)
void
PdfStamperImp. setThumbnail(Image image)
void
PdfWriter. 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 aPdfPCell
with anImage
.PdfPCell(Image image, boolean fit)
Constructs aPdfPCell
with 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 Image
GifImage.GifFrame. image
Methods in com.aowagie.text.pdf.codec that return Image Modifier and Type Method Description private Image
BmpImage. getImage()
static Image
BmpImage. getImage(byte[] data)
Reads a BMP from a byte array.private static Image
BmpImage. getImage(java.io.InputStream is)
Reads a BMP from a stream.static Image
BmpImage. getImage(java.io.InputStream is, boolean noHeader, int size)
Reads a BMP from a stream.static Image
BmpImage. getImage(java.net.URL url)
Reads a BMP from an url.Image
GifImage. getImage(int frame)
Gets the image from a frame.private Image
PngImage. getImage()
static Image
PngImage. getImage(byte[] data)
Reads a PNG from a byte array.private static Image
PngImage. getImage(java.io.InputStream is)
Reads a PNG from a stream.static Image
PngImage. getImage(java.net.URL url)
Reads a PNG from an url.static Image
JBIG2Image. getJbig2Image(RandomAccessFileOrArray ra, int page)
returns an Image representing the given page.static Image
TiffImage. getTiffImage(RandomAccessFileOrArray s, int page)
Reads a page from a TIFF image.private static Image
TiffImage. getTiffImage(RandomAccessFileOrArray s, int page, boolean direct)
Reads a page from a TIFF image.private static Image
TiffImage. getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s)
private Image
BmpImage. indexedModel(byte[] bdata, int bpc, int paletteEntries)
private Image
BmpImage. read1632Bit(boolean is32)
private Image
BmpImage. read1Bit(int paletteEntries)
private Image
BmpImage. read4Bit(int paletteEntries)
private Image
BmpImage. read8Bit(int paletteEntries)
private Image
BmpImage. readRLE4()
private Image
BmpImage. 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 void
SAXiTextHandler. addImage(Image img)
-