Uses of Class
com.itextpdf.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as MatrixModifier and TypeFieldDescription(package private) Matrix
GraphicsState.ctm
The current transformation matrix.private Matrix
PathConstructionRenderInfo.ctm
private Matrix
PdfContentStreamProcessor.textLineMatrix
Text line matrix.private Matrix
PdfContentStreamProcessor.textMatrix
Text matrix.private final Matrix
TextRenderInfo.textToUserSpaceTransformMatrix
Methods in com.itextpdf.text.pdf.parser that return MatrixModifier and TypeMethodDescriptionGraphicsState.getCtm()
Getter for the current transformation matrixPathConstructionRenderInfo.getCtm()
PathPaintingRenderInfo.getCtm()
ImageRenderInfo.getImageCTM()
multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationSubtracts a matrix from this matrix and returns the resultsMethods in com.itextpdf.text.pdf.parser with parameters of type MatrixModifier and TypeMethodDescriptionComputes the cross product of this vector and the specified matrixmultiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationSubtracts a matrix from this matrix and returns the resultsLineSegment.transformBy
(Matrix m) Transforms the segment by the specified matrixConstructors in com.itextpdf.text.pdf.parser with parameters of type MatrixModifierConstructorDescriptionPathConstructionRenderInfo
(int operation, Matrix ctm) PathConstructionRenderInfo
(int operation, List<Float> segmentData, Matrix ctm) (package private)
TextRenderInfo
(PdfString string, GraphicsState gs, Matrix textMatrix, 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 MatrixModifier and TypeMethodDescriptionprivate Path
PdfCleanUpRenderListener.filterCurrentPath
(Matrix ctm, boolean stroke, int fillingRule, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern) protected Path
PdfCleanUpRegionFilter.filterFillPath
(Path path, Matrix ctm, int fillingRule) Note: this method will close all unclosed subpaths of the passed path.protected Path
PdfCleanUpRegionFilter.filterStrokePath
(Path sourcePath, Matrix ctm, float lineWidth, int lineCapStyle, int lineJoinStyle, float miterLimit, LineDashPattern lineDashPattern) private Rectangle
PdfCleanUpRegionFilter.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)