Uses of Class
org.foray.ps.PsMatrix

Packages that use PsMatrix
org.foray.ps Classes for handling the intepretation of PostScript input. 
 

Uses of PsMatrix in org.foray.ps
 

Methods in org.foray.ps that return PsMatrix
static PsMatrix PsMatrix.concatMatrices(PsInterpreter4a interpreter, PsMatrix matrix1, PsMatrix matrix2)
          Multiplies the two matrices together and returns the product matrix.
 PsMatrix PsArray.convertToMatrix()
          Attempts to convert this into a PsMatrix instance.
 PsMatrix PsGraphicsState.getCTM()
          Returns the current transformation matrix (CTM).
protected static PsMatrix PsMatrix.identMatrix(PsMatrix matrix)
          Create an ident matrix.
static PsMatrix PsMatrix.makeTranslateMatrix(PsInterpreter4a interpreter, PsNumber x, PsNumber y)
          Create a new translate matrix.
 

Methods in org.foray.ps with parameters of type PsMatrix
static PsMatrix PsMatrix.concatMatrices(PsInterpreter4a interpreter, PsMatrix matrix1, PsMatrix matrix2)
          Multiplies the two matrices together and returns the product matrix.
protected static PsMatrix PsMatrix.identMatrix(PsMatrix matrix)
          Create an ident matrix.
 void PsGraphicsState.setCTM(PsMatrix ctm)
          Sets the current transformation matrix (CTM).
 void PsMatrix.setMatrixValue(PsMatrix newMatrixValue)
          Sets the matrix value.
 



Copyright © 2017. All rights reserved.