Uses of Class
com.itextpdf.text.pdf.parser.Matrix
-
Packages that use Matrix Package Description com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Matrix in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as Matrix Modifier and Type Field Description (package private) MatrixGraphicsState. ctmThe current transformation matrix.private MatrixPathConstructionRenderInfo. ctmprivate MatrixPdfContentStreamProcessor. textLineMatrixText line matrix.private MatrixPdfContentStreamProcessor. textMatrixText matrix.private MatrixTextRenderInfo. textToUserSpaceTransformMatrixMethods in com.itextpdf.text.pdf.parser that return Matrix Modifier and Type Method Description MatrixGraphicsState. getCtm()Getter for the current transformation matrixMatrixPathConstructionRenderInfo. getCtm()MatrixPathPaintingRenderInfo. getCtm()MatrixImageRenderInfo. getImageCTM()MatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationMatrixMatrix. subtract(Matrix arg)Subtracts a matrix from this matrix and returns the resultsMethods in com.itextpdf.text.pdf.parser with parameters of type Matrix Modifier and Type Method Description VectorVector. cross(Matrix by)Computes the cross product of this vector and the specified matrixMatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationMatrixMatrix. subtract(Matrix arg)Subtracts a matrix from this matrix and returns the resultsLineSegmentLineSegment. transformBy(Matrix m)Transforms the segment by the specified matrixConstructors in com.itextpdf.text.pdf.parser with parameters of type Matrix Constructor Description PathConstructionRenderInfo(int operation, Matrix ctm)PathConstructionRenderInfo(int operation, java.util.List<java.lang.Float> segmentData, Matrix ctm)TextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, java.util.Collection<MarkedContentInfo> markedContentInfo)Creates a new TextRenderInfo object -
Uses of Matrix in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Matrix Modifier and Type Method Description private PathPdfCleanUpRenderListener. filterCurrentPath(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)protected PathPdfCleanUpRegionFilter. filterFillPath(Path path, Matrix ctm, int fillingRule)Note: this method will close all unclosed subpaths of the passed path.protected PathPdfCleanUpRegionFilter. filterStrokePath(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern)private RectanglePdfCleanUpRegionFilter. transformIntersection(Matrix imageCTM, Rectangle rect)Transforms the given Rectangle into the image coordinate system which is [0,1]x[0,1] by defaultprivate Point2D[]PdfCleanUpRegionFilter. transformPoints(Matrix transormationMatrix, boolean inverse, Point2D... points)
-