Uses of Package
org.apache.xmlgraphics.java2d
Packages that use org.apache.xmlgraphics.java2d
Package
Description
Contains implementations of image loaders and converters.
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D
class in order to translate
Java 2D primitives into another graphic format.Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
-
Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.image.loader.impl
-
Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.java2dClassDescriptionThis extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.Adapter to allow subclassing java.awt.GraphicsConfiguration without compilation errors.Deprecated.This class has been moved to the "color" subpackage.This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformThis interface is used to paint vector graphic images.Interface which the Graphics2D class delegates text painting to.Contains a description of an elementary transform stack element, such as a rotate or translate.Enumeration for transformation types. -
Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.java2d.psClassDescriptionThis extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformInterface which the Graphics2D class delegates text painting to.