Uses of Class
com.lowagie.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in com.lowagie.text.pdf.parser
Fields in com.lowagie.text.pdf.parser declared as MatrixModifier and TypeFieldDescriptionprivate Matrix
GraphicsState.ctm
The current transformation matrix.private Matrix
PdfContentStreamHandler.textLineMatrix
Text line matrix.private Matrix
PdfContentStreamHandler.textMatrix
Text matrix.private final Matrix
ParsedText.textToUserSpaceTransformMatrix
Methods in com.lowagie.text.pdf.parser that return MatrixModifier and TypeMethodDescriptionGraphicsState.getCtm()
Get the current transformation matrix.protected Matrix
PdfContentStreamHandler.getCurrentTextLineMatrix()
Returns the current line matrix.protected Matrix
PdfContentStreamHandler.getCurrentTextMatrix()
Returns the current text matrix.private static Matrix
multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationGraphicsState.multiplyCtm
(Matrix matrix) Multiply transformation matrix and get result.Subtracts a matrix from this matrix and returns the resultsMethods in com.lowagie.text.pdf.parser with parameters of type MatrixModifier and TypeMethodDescriptionprivate static float
ParsedText.convertHeightToUser
(float height, Matrix textToUserSpaceTransformMatrix) private static float
ParsedText.convertWidthToUser
(float width, Matrix textToUserSpaceTransformMatrix) Computes 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_multiplicationGraphicsState.multiplyCtm
(Matrix matrix) Multiply transformation matrix and get result.private static Vector
ParsedText.pointToUserSpace
(float xOffset, float yOffset, Matrix textToUserSpaceTransformMatrix) Subtracts a matrix from this matrix and returns the resultsConstructors in com.lowagie.text.pdf.parser with parameters of type MatrixModifierConstructorDescription(package private)
ParsedText
(PdfString text, GraphicsState graphicsState, Matrix textMatrix) This constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.private
ParsedText
(PdfString text, GraphicsState graphicsState, Matrix textMatrix, float unscaledWidth) Internal constructor for a parsed text item.