Uses of Class
org.apache.xmlgraphics.ps.PSState
-
Packages that use PSState Package Description org.apache.xmlgraphics.ps Classes for the creation of PostScript files. -
-
Uses of PSState in org.apache.xmlgraphics.ps
Methods in org.apache.xmlgraphics.ps that return PSState Modifier and Type Method Description PSState
PSGenerator. getCurrentState()
Returns the current graphics state.Constructors in org.apache.xmlgraphics.ps with parameters of type PSState Constructor Description PSState(PSState org, boolean copyTransforms)
Copy constructor
-