Uses of Class
com.itextpdf.kernel.geom.Matrix
Packages that use Matrix
Package
Description
-
Uses of Matrix in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return MatrixModifier 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.Methods in com.itextpdf.kernel.geom with parameters of type MatrixModifier 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 BezierCurveShapeTransformUtil.transformBezierCurve(BezierCurve bezierCurve, Matrix ctm) Method for transforming a bezier curve.LineSegment.transformBy(Matrix m) Transforms the segment by the specified matrixstatic LineShapeTransformUtil.transformLine(Line line, Matrix ctm) Method for transforming a line.static PathShapeTransformUtil.transformPath(Path path, Matrix ctm) Method for transforming a path.private static Point[]ShapeTransformUtil.transformPoints(Matrix ctm, Point... points) private static IShapeShapeTransformUtil.transformSegment(IShape segment, Matrix ctm) private static SubpathShapeTransformUtil.transformSubpath(Subpath subpath, Matrix ctm) -
Uses of Matrix in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as MatrixModifier and TypeFieldDescriptionprivate MatrixCanvasGraphicsState.ctmThe current transformation matrix, which maps positions from user coordinates to device coordinates.Methods in com.itextpdf.kernel.pdf.canvas that return MatrixMethods in com.itextpdf.kernel.pdf.canvas with parameters of type Matrix -
Uses of Matrix in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser declared as MatrixModifier and TypeFieldDescriptionprivate MatrixPdfCanvasProcessor.textLineMatrixprivate MatrixPdfCanvasProcessor.textMatrixMethods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type MatrixModifier and TypeMethodDescriptionprivate voidParserGraphicsState.transformClippingPath(Matrix newCtm) void -
Uses of Matrix in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as MatrixModifier and TypeFieldDescriptionprivate MatrixClippingPathInfo.ctmprivate final MatrixImageRenderInfo.ctmThe coordinate transformation matrix that was in effect when the image was rendered.private final MatrixTextRenderInfo.textMatrixprivate final MatrixTextRenderInfo.textToUserSpaceTransformMatrixMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return MatrixModifier 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.Constructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type MatrixModifierConstructorDescriptionClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm) Creates a newClippingPathInfoinstance.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