Uses of Class
org.verapdf.gf.model.factory.chunks.Matrix
Packages that use Matrix
-
Uses of Matrix in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return MatrixModifier and TypeMethodDescriptionMatrix.clone()static MatrixMatrix.concatenate(Matrix a, Matrix b) GraphicsState.getCTM()static MatrixMatrix.getRotateInstance(double theta, double tx, double ty) static MatrixMatrix.getScaleInstance(double x, double y) static MatrixMatrix.getTranslateInstance(double x, double y) Methods in org.verapdf.gf.model.factory.chunks with parameters of type MatrixModifier and TypeMethodDescriptionprotected 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) voidstatic 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 MatrixModifier and TypeMethodDescriptionstatic MatrixGFSAPage.createCurrentTransformationMatrix(PDPage pdPage)