Package | Description |
---|---|
org.apache.xmlgraphics.ps |
Classes for the creation of PostScript files.
|
Modifier and Type | Field and Description |
---|---|
private PSState |
PSGenerator.currentState |
Modifier and Type | Field and Description |
---|---|
private java.util.Stack<PSState> |
PSGenerator.graphicsStateStack |
Modifier and Type | Method and Description |
---|---|
PSState |
PSGenerator.getCurrentState()
Returns the current graphics state.
|
Constructor and Description |
---|
PSState(PSState org,
boolean copyTransforms)
Copy constructor
|