Uses of Class
com.lowagie.text.Image

Packages that use Image
com.lowagie.text   
com.lowagie.text.html.simpleparser   
com.lowagie.text.pdf   
com.lowagie.text.pdf.codec   
com.lowagie.text.pdf.codec.wmf   
com.lowagie.text.rtf.graphic   
 

Uses of Image in com.lowagie.text
 

Subclasses of Image in com.lowagie.text
 class ImgCCITT
          CCITT Image data that has to be inserted into the document
 class ImgPostscript
          An ImgPostscript is the representation of an EPS that has to be inserted into the document
 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 Watermark
          A Watermark is a graphic element (GIF or JPEG) that is shown on a certain position on each page.
 

Fields in com.lowagie.text declared as Image
protected  Image Image.imageMask
           
 

Methods in com.lowagie.text that return Image
 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, 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(Properties attributes)
          Returns an Image that has been constructed taking in account the value of some attributes .
static Image Image.getInstance(String filename)
          Gets an instance of an Image.
static Image Image.getInstance(URL url)
          Gets an instance of an Image.
 

Methods in com.lowagie.text with parameters of type Image
static Image Image.getInstance(Image image)
          gets an instance of an Image
 void Image.setImageMask(Image mask)
          Sets the explicit masking.
 

Constructors in com.lowagie.text with parameters of type Image
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 .
Watermark(Image image, float offsetX, float offsetY)
          Constructs a Watermark-object, using an Image.
 

Uses of Image in com.lowagie.text.html.simpleparser
 

Methods in com.lowagie.text.html.simpleparser with parameters of type Image
 boolean Img.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 Image
protected  Image PdfChunk.image
          The image in this PdfChunk, if it has one
 

Methods in com.lowagie.text.pdf that return Image
 Image Barcode.createImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
          Creates an Image with the barcode.
 Image BarcodePDF417.getImage()
          Gets an Image with the barcode.
 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.
 

Methods in com.lowagie.text.pdf with parameters of type Image
 void PdfPTable.addCell(Image image)
          Adds an Image as Cell.
 PdfName PdfWriter.addDirectImageSimple(Image image)
          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 PdfContentByte.addImage(Image image, float a, float b, float c, float d, float e, float f)
          Adds an Image 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 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 Type3Glyph.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
           
 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 PdfStamperImp.setThumbnail(Image image)
           
 void PdfWriter.setThumbnail(Image image)
          Sets the the thumbnail image for the current page.
 void PdfStamper.setThumbnail(Image image, int page)
          Sets the thumbnail image for a page.
 

Constructors in com.lowagie.text.pdf with parameters of type Image
PdfPCell(Image image)
          Constructs a PdfPCell with an Image.
PdfPCell(Image image, boolean fit)
          Constructs a PdfPCell with an Image.
 

Uses of Image in com.lowagie.text.pdf.codec
 

Methods in com.lowagie.text.pdf.codec that return Image
static Image BmpImage.getImage(byte[] data)
          Reads a BMP from a byte array.
static Image PngImage.getImage(byte[] data)
          Reads a PNG from a byte array.
static Image BmpImage.getImage(InputStream is)
          Reads a BMP from a stream.
static Image PngImage.getImage(InputStream is)
          Reads a PNG from a stream.
static Image BmpImage.getImage(InputStream is, boolean noHeader, int size)
          Reads a BMP from a stream.
 Image GifImage.getImage(int frame)
          Gets the image from a frame.
static Image BmpImage.getImage(String file)
          Reads a BMP from a file.
static Image PngImage.getImage(String file)
          Reads a PNG from a file.
static Image BmpImage.getImage(URL url)
          Reads a BMP from an url.
static Image PngImage.getImage(URL url)
          Reads a PNG from an url.
static Image TiffImage.getTiffImage(RandomAccessFileOrArray s, int page)
          Reads a page from a TIFF image.
static Image TiffImage.getTiffImage(RandomAccessFileOrArray s, int page, boolean direct)
          Reads a page from a TIFF image.
protected static Image TiffImage.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
static byte[] MetaDo.wrapBMP(Image image)
           
 

Uses of Image in com.lowagie.text.rtf.graphic
 

Constructors in com.lowagie.text.rtf.graphic with parameters of type Image
RtfImage(RtfDocument doc, Image image)
          Constructs a RtfImage for an Image.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.