Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.codec.wmf |
Modifier and Type | Class and Description |
---|---|
class |
ImgCCITT
CCITT Image data that has to be inserted into the document
|
class |
ImgJBIG2
Support for JBIG2 images.
|
class |
ImgRaw
Raw Image data that has to be inserted into the document
|
class |
ImgTemplate
PdfTemplate that has to be inserted into the document
|
class |
ImgWMF
An
ImgWMF is the representation of a windows metafile
that has to be inserted into the document |
class |
Jpeg
An
Jpeg is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
Jpeg2000
An
Jpeg2000 is the representation of a graphic element (JPEG)
that has to be inserted into the document |
Modifier and Type | Field and Description |
---|---|
protected Image |
Image.imageMask
The image that serves as a mask for this image.
|
Modifier and Type | Method and Description |
---|---|
static Image |
ImageLoader.getBmpImage(byte[] imageData) |
static Image |
ImageLoader.getBmpImage(URL url) |
static Image |
ImageLoader.getGifImage(byte[] imageData) |
static Image |
ImageLoader.getGifImage(URL url) |
Image |
Chunk.getImage()
Returns the image.
|
Image |
Image.getImageMask()
Gets the explicit masking.
|
static Image |
Image.getInstance(byte[] imgb)
gets an instance of an Image
|
static Image |
Image.getInstance(Image image)
gets an instance of an Image
|
static Image |
Image.getInstance(Image image,
Color color)
Gets an instance of an Image from a java.awt.Image.
|
static Image |
Image.getInstance(Image image,
Color color,
boolean forceBW)
Gets an instance of an Image from a java.awt.Image.
|
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT G3 or G4 compression.
|
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,
byte[] data,
byte[] globals)
Creates a JBIG2 Image.
|
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data)
Gets an instance of an Image in raw mode.
|
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(PdfContentByte cb,
Image awtImage,
float quality)
Gets an instance of a Image from a java.awt.Image.
|
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image
|
static Image |
Image.getInstance(PdfWriter writer,
Image awtImage,
float quality)
Gets an instance of a Image from a java.awt.Image.
|
static Image |
Image.getInstance(PRIndirectReference ref)
Reuses an existing image.
|
static Image |
Image.getInstance(String filename)
Gets an instance of an Image.
|
static Image |
Image.getInstance(URL url)
Gets an instance of an Image.
|
static Image |
ImageLoader.getJpeg2000Image(byte[] imageData) |
static Image |
ImageLoader.getJpeg2000Image(URL url) |
static Image |
ImageLoader.getJpegImage(byte[] imageData)
Creates an Image from a JPEG image file in a byte array.
|
static Image |
ImageLoader.getJpegImage(URL url)
Creates an Image from a JPEG image file in an URL.
|
static Image |
ImageLoader.getPngImage(byte[] imageData) |
static Image |
ImageLoader.getPngImage(URL url)
Creates an Image from a PNG image file in an URL.
|
static Image |
ImageLoader.getTiffImage(byte[] imageData) |
static Image |
ImageLoader.getTiffImage(URL url) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.getInstance(Image image)
gets an instance of an Image
|
void |
Image.setImageMask(Image mask)
Sets the explicit masking.
|
Constructor and Description |
---|
Chunk(Image image,
float offsetX,
float offsetY)
Constructs a chunk containing an
Image . |
Chunk(Image image,
float offsetX,
float offsetY,
boolean changeLeading)
Constructs a chunk containing an
Image . |
Image(Image image)
Constructs an
Image -object, using an url . |
Modifier and Type | Method and Description |
---|---|
static Image |
ElementFactory.getImage(Properties attributes)
Creates an Image object based on a list of properties.
|
Modifier and Type | Field and Description |
---|---|
protected Image |
PdfChunk.image
The image in this
PdfChunk , if it has one |
protected Image |
PdfDocument.imageWait
This is the image that could not be shown on a previous page.
|
Modifier and Type | Method and Description |
---|---|
Image |
BarcodeDatamatrix.createImage()
Gets an
Image with the barcode. |
Image |
Barcode.createImageWithBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Creates an
Image with the barcode. |
Image |
PushbuttonField.getImage()
Getter for property image.
|
Image |
PdfSignatureAppearance.getImage()
Gets the background image for the layer 2.
|
Image |
PdfPCell.getImage()
Getter for property image.
|
Image |
BarcodePDF417.getImage()
Gets an
Image with the barcode. |
Image |
PdfSignatureAppearance.getSignatureGraphic()
Gets the Image object to render.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PdfDocument.add(Image image)
Adds an image to the document.
|
void |
PdfPTable.addCell(Image image)
Adds an Image as Cell.
|
PdfName |
PdfWriter.addDirectImageSimple(Image image)
Use this method to adds an image to the document
but not to the page resources.
|
PdfName |
PdfWriter.addDirectImageSimple(Image image,
PdfIndirectReference fixedRef)
Adds an image to the document but not to the page resources.
|
void |
PdfContentByte.addImage(Image image)
Adds an
Image to the page. |
void |
PdfContentByte.addImage(Image image,
boolean inlineImage)
Adds an
Image to the page. |
void |
PdfPatternPainter.addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f) |
void |
PdfImportedPage.addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f)
Always throws an error.
|
void |
PdfContentByte.addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f)
Adds an
Image to the page. |
void |
Type3Glyph.addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f,
boolean inlineImage) |
void |
PdfContentByte.addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f,
boolean inlineImage)
Adds an
Image to the page. |
void |
PushbuttonField.setImage(Image image)
Sets the icon as an image.
|
void |
PdfSignatureAppearance.setImage(Image image)
Sets the background image for the layer 2.
|
void |
PdfPCell.setImage(Image image)
Setter for property image.
|
void |
PdfSignatureAppearance.setSignatureGraphic(Image signatureGraphic)
Sets the Image object to render when Render is set to
SignatureRenderGraphicAndDescription |
void |
PdfWriter.setThumbnail(Image image)
Use this method to set the thumbnail image for the current page.
|
void |
PdfStamper.setThumbnail(Image image,
int page)
Sets the thumbnail image for a page.
|
Constructor and Description |
---|
PdfImage(Image image,
String name,
PdfIndirectReference maskRef)
Constructs a
PdfImage -object. |
PdfPCell(Image image)
Constructs a
PdfPCell with an Image . |
PdfPCell(Image image,
boolean fit)
Constructs a
PdfPCell with an Image . |
Modifier and Type | Method and Description |
---|---|
static byte[] |
MetaDo.wrapBMP(Image image) |
Copyright © 2018. All rights reserved.