Package | Description |
---|---|
org.apache.xmlgraphics.java2d.ps |
Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractPSDocumentGraphics2D |
This class is a wrapper for the PSGraphics2D that
is used to create a full document around the PostScript rendering from
PSGraphics2D.
|
class |
EPSDocumentGraphics2D |
This class is a wrapper for the AbstractPSDocumentGraphics2D that
is used to create EPS (Encapsulated PostScript) files instead of PS file.
|
class |
PSDocumentGraphics2D |
This class is a wrapper for the PSGraphics2D that
is used to create a full document around the PostScript rendering from
PSGraphics2D.
|
Modifier and Type | Field | Description |
---|---|---|
protected PSGraphics2D |
PSGraphics2D.rootG2D |
The G2D instance that represents the root instance
(used in context with create()/dispose()).
|
Constructor | Description |
---|---|
PSGraphics2D(PSGraphics2D g) |
Constructor for creating copies
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.