Uses of Class
org.foray.ps.PsArray

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

Uses of PsArray in org.foray.ps
 

Subclasses of PsArray in org.foray.ps
 class PsColorSpace
          A PostScript Color Space.
 class PsMatrix
          A PostScript matrix, which is a specialized PostScript array.
 

Methods in org.foray.ps that return PsArray
 PsArray PsGraphicsState.getDashPattern()
          Returns the dash pattern.
 

Methods in org.foray.ps with parameters of type PsArray
 void PsGraphicsState.setDash(PsArray dashPattern, float dashOffset)
          Set the dash pattern and offset.
 

Constructors in org.foray.ps with parameters of type PsArray
PsArrayExecuting(PsArray wrappedArray)
          Constructor.
 



Copyright © 2017. All rights reserved.