Frames | No Frames |
Methods with parameter type org.pdfbox.util.Matrix | |
void | Set the value of the CTM.
|
Methods with return type org.pdfbox.util.Matrix | |
Matrix | Get the value of the CTM.
|
Methods with parameter type org.pdfbox.util.Matrix | |
Matrix | This will take the current matrix and multipy it with a matrix that is passed in.
|
void | |
void |
Methods with return type org.pdfbox.util.Matrix | |
Matrix | This will copy the text matrix data.
|
Matrix | Create a new matrix with just the scaling operators.
|
Matrix | Create a new matrix with just the translating operators.
|
Matrix | Matrix.getScaleInstance(float x, float y) Convenience method to create a scaled instance.
|
Matrix | |
Matrix | |
Matrix | Matrix.getTranslatingInstance(float x, float y) Convenience method to create a translating instance.
|
Matrix | This will take the current matrix and multipy it with a matrix that is passed in.
|