Uses of Class
org.verapdf.gf.model.factory.chunks.Matrix
-
Packages that use Matrix Package Description org.verapdf.gf.model.factory.chunks org.verapdf.gf.model.impl.sa -
-
Uses of Matrix in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return Matrix Modifier and Type Method Description MatrixMatrix. clone()static MatrixMatrix. concatenate(Matrix a, Matrix b)MatrixGraphicsState. getCTM()static MatrixMatrix. getRotateInstance(double theta, double tx, double ty)static MatrixMatrix. getScaleInstance(double x, double y)static MatrixMatrix. getTranslateInstance(double x, double y)MatrixMatrix. multiply(Matrix other)Methods in org.verapdf.gf.model.factory.chunks with parameters of type Matrix Modifier and Type Method Description protected static doubleTextChunksHelper. calculateTextBaseLine(Matrix textMatrix)protected static BoundingBoxTextChunksHelper. calculateTextBoundingBox(Matrix textRenderingMatrixBefore, Matrix textRenderingMatrixAfter, PDFont font, Integer pageNumber)protected static doubleTextChunksHelper. calculateTextSize(Matrix textMatrix)voidMatrix. concatenate(Matrix matrix)static MatrixMatrix. concatenate(Matrix a, Matrix b)MatrixMatrix. multiply(Matrix other)voidGraphicsState. setCTM(Matrix CTM)static CurveChunkCurveChunk. transformCurve(CurveChunk curve, Matrix transformationMatrix, double width) -
Uses of Matrix in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa that return Matrix Modifier and Type Method Description static MatrixGFSAPage. createCurrentTransformationMatrix(PDPage pdPage)
-