Uses of Class
org.apache.pdfbox.pdmodel.common.PDMatrix
Packages that use PDMatrix
Package
Description
Classes to deal with font functionality in a PDF Document.
This package deals with colors that are stored in a PDF document.
-
Uses of PDMatrix in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDMatrixMethods in org.apache.pdfbox.pdmodel.font that return PDMatrixModifier and TypeMethodDescriptionPDFont.getFontMatrix()
This will get the matrix that is used to transform glyph space to text space.PDType1CFont.getFontMatrix()
This will get the matrix that is used to transform glyph space to text space.PDType1Font.getFontMatrix()
This will get the matrix that is used to transform glyph space to text space.Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDMatrixModifier and TypeMethodDescriptionvoid
PDType3Font.setFontMatrix
(PDMatrix matrix) Set the font matrix for this type3 font. -
Uses of PDMatrix in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDMatrixModifier and TypeMethodDescriptionPDCalRGB.getLinearInterpretation()
This will get the linear interpretation array.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDMatrixModifier and TypeMethodDescriptionvoid
PDCalRGB.setLinearInterpretation
(PDMatrix matrix) This will set the linear interpretation matrix.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDMatrixModifierConstructorDescriptionColorSpaceCalRGB
(PDGamma gammaValue, PDTristimulus whitept, PDTristimulus blackpt, PDMatrix linearMatrix) Constructor.