Package | Description |
---|---|
org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D class in order to translate
Java 2D primitives into another graphic format. |
org.apache.xmlgraphics.java2d.ps |
Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultGraphics2D |
This concrete implementation of AbstractGraphics2D is a
simple help to programmers to get started with their own
implementation of Graphics2D.
|
Constructor | Description |
---|---|
AbstractGraphics2D(AbstractGraphics2D g) |
Creates a new AbstractGraphics2D from an existing instance.
|
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.
|
class |
PSGraphics2D |
This is a concrete implementation of AbstractGraphics2D (and
therefore of Graphics2D) which is able to generate PostScript
code.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.