|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.parser.ImageRenderInfo
public class ImageRenderInfo
Represents image data from a PDF
| Method Summary | |
|---|---|
protected static ImageRenderInfo |
createForEmbeddedImage(Matrix ctm,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary)
Create an ImageRenderInfo object based on inline image data. |
static ImageRenderInfo |
createForXObject(Matrix ctm,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary)
Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF) |
float |
getArea()
|
PdfImageObject |
getImage()
Gets an object containing the image dictionary and bytes. |
Matrix |
getImageCTM()
|
PdfIndirectReference |
getRef()
|
Vector |
getStartPoint()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ImageRenderInfo createForXObject(Matrix ctm,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary)
ctm - the coordinate transformation matrix at the time the image is renderedref - a reference to the image XObject
protected static ImageRenderInfo createForEmbeddedImage(Matrix ctm,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary)
ctm - the coordinate transformation matrix at the time the image is renderedimageObject - the image object representing the inline image
public PdfImageObject getImage()
throws java.io.IOException
java.io.IOExceptionpublic Vector getStartPoint()
public Matrix getImageCTM()
public float getArea()
public PdfIndirectReference getRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||