Uses of Class
org.pdfbox.pdmodel.common.PDMatrix

Packages that use PDMatrix
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
 

Uses of PDMatrix in org.pdfbox.pdmodel.font
 

Methods in org.pdfbox.pdmodel.font that return PDMatrix
 PDMatrix PDFont.getFontMatrix()
          This will get the matrix that is used to transform glyph space to text space.
 

Methods in org.pdfbox.pdmodel.font with parameters of type PDMatrix
 void PDType3Font.setFontMatrix(PDMatrix matrix)
          Set the font matrix for this type3 font.
 

Uses of PDMatrix in org.pdfbox.pdmodel.graphics.color
 

Methods in org.pdfbox.pdmodel.graphics.color that return PDMatrix
 PDMatrix PDCalRGB.getLinearInterpretation()
          This will get the linear interpretation array.
 

Methods in org.pdfbox.pdmodel.graphics.color with parameters of type PDMatrix
 void PDCalRGB.setLinearInterpretation(PDMatrix matrix)
          This will set the linear interpretation matrix.