Uses of Class
com.itextpdf.kernel.geom.Matrix
Package
Description
-
Uses of Matrix in com.itextpdf.kernel.geom
Modifier and TypeMethodDescriptionAdds a matrix from this matrix and returns the results.multiplies this matrix by 'b' and returns the result.Subtracts a matrix from this matrix and returns the results.Modifier and TypeMethodDescriptionAdds a matrix from this matrix and returns the results.Computes the cross product of this vector and the specified matrixmultiplies this matrix by 'b' and returns the result.Subtracts a matrix from this matrix and returns the results.static BezierCurve
ShapeTransformUtil.transformBezierCurve
(BezierCurve bezierCurve, Matrix ctm) Method for transforming a bezier curve.LineSegment.transformBy
(Matrix m) Transforms the segment by the specified matrixstatic Line
ShapeTransformUtil.transformLine
(Line line, Matrix ctm) Method for transforming a line.static Path
ShapeTransformUtil.transformPath
(Path path, Matrix ctm) Method for transforming a path. -
Uses of Matrix in com.itextpdf.kernel.pdf.canvas
-
Uses of Matrix in com.itextpdf.kernel.pdf.canvas.parser
-
Uses of Matrix in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionClippingPathInfo.getCtm()
Gets the currenttransformation matrix
.PathRenderInfo.getCtm()
Gets the current transformation matrix.ImageRenderInfo.getImageCtm()
Gets the coordinate transformation matrix in User space which was active when this image was rendered.TextRenderInfo.getTextMatrix()
Gets original Text matrix.ModifierConstructorDescriptionClippingPathInfo
(CanvasGraphicsState gs, Path path, Matrix ctm) Creates a newClippingPathInfo
instance.ImageRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline) Creates an ImageRenderInfo.TextRenderInfo
(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy) Creates a new TextRenderInfo object