| Package | Description |
|---|---|
| com.itextpdf.kernel.geom | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.canvas.parser | |
| com.itextpdf.kernel.pdf.canvas.parser.data |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.add(Matrix arg)
adds a matrix from this matrix and returns the results
|
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 and Description |
|---|---|
Matrix |
Matrix.add(Matrix arg)
adds a matrix from this matrix and returns the results
|
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
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
CanvasGraphicsState.getCtm() |
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasGraphicsState.updateCtm(Matrix newCtm)
Updates current transformation matrix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserGraphicsState.updateCtm(Matrix newCtm) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
PathRenderInfo.getCtm() |
Matrix |
ClippingPathInfo.getCtm() |
Matrix |
ImageRenderInfo.getImageCtm() |
Matrix |
TextRenderInfo.getTextMatrix()
Gets original Text matrix.
|
| Constructor and Description |
|---|
ClippingPathInfo(CanvasGraphicsState gs,
Path path,
Matrix ctm) |
ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Matrix ctm,
PdfStream imageStream,
PdfName resourceName,
PdfDictionary colorSpaceDictionary,
boolean isInline)
Create an ImageRenderInfo
|
TextRenderInfo(PdfString str,
CanvasGraphicsState gs,
Matrix textMatrix,
Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2018 iText Group NV. All rights reserved.