Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method | Description |
---|---|---|
Matrix |
GraphicsState.getCtm() |
Getter for the current transformation matrix
|
Matrix |
PathConstructionRenderInfo.getCtm() |
|
Matrix |
PathPaintingRenderInfo.getCtm() |
|
Matrix |
ImageRenderInfo.getImageCTM() |
|
Matrix |
Matrix.multiply(Matrix by) |
multiplies this matrix by 'b' and returns the result
See http://en.wikipedia.org/wiki/Matrix_multiplication
|
Matrix |
Matrix.subtract(Matrix arg) |
Subtracts a matrix from this matrix and returns the results
|
Modifier and Type | Method | Description |
---|---|---|
protected static ImageRenderInfo |
ImageRenderInfo.createForEmbeddedImage(Matrix ctm,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary) |
Create an ImageRenderInfo object based on inline image data.
|
static ImageRenderInfo |
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)
|
Vector |
Vector.cross(Matrix by) |
Computes the cross product of this vector and the specified matrix
|
Matrix |
Matrix.multiply(Matrix by) |
multiplies this matrix by 'b' and returns the result
See http://en.wikipedia.org/wiki/Matrix_multiplication
|
Matrix |
Matrix.subtract(Matrix arg) |
Subtracts a matrix from this matrix and returns the results
|
LineSegment |
LineSegment.transformBy(Matrix m) |
Transforms the segment by the specified matrix
|
Constructor | Description |
---|---|
PathConstructionRenderInfo(int operation,
Matrix ctm) |
|
PathConstructionRenderInfo(int operation,
List<Float> segmentData,
Matrix ctm) |
Copyright © 2018. All rights reserved.