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
Fields in org.apache.xmlgraphics.ps declared as PSState Modifier and Type Field Description private PSState
PSGenerator. currentState
Fields in org.apache.xmlgraphics.ps with type parameters of type PSState Modifier and Type Field Description private java.util.Stack<PSState>
PSGenerator. graphicsStateStack
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
-