Generated by
JDiff

Class com.itextpdf.kernel.pdf.canvas.parser.data.ImageRenderInfo

Documentation changed from old to new.

Changed Constructors
ImageRenderInfo( Stack, CanvasGraphicsState , Matrix , PdfStream , PdfName , PdfDictionary , boolean ) Documentation changed from old to new.
Creates an ImageRenderInfo.
 

Changed Methods
float  getArea() Documentation changed from old to new.
Gets the size of the image in User space units.
PdfDictionary  getColorSpaceDictionary() Documentation changed from old to new.
Gets the color space dictionary of the image.
PdfImageXObject  getImage() Documentation changed from old to new.
Gets the image wrapped in ImageXObject.
Matrix  getImageCtm() Documentation changed from old to new.
Gets the coordinate transformation matrix in User space which was active when this image was rendered.
PdfName  getImageResourceName() Documentation changed from old to new.
Gets the name of the image resource.
Vector  getStartPoint() Documentation changed from old to new.
Gets the vector in User space representing the start point of the image.
boolean  isInline() Documentation changed from old to new.
Gets the inline flag.