Uses of Interface
org.apache.fop.render.Graphics2DAdapter
Packages that use Graphics2DAdapter
Package
Description
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PostScript Renderer
-
Uses of Graphics2DAdapter in org.apache.fop.render
Classes in org.apache.fop.render that implement Graphics2DAdapterModifier and TypeClassDescriptionclass
Abstract base class for Graphics2DAdapter implementations.Methods in org.apache.fop.render that return Graphics2DAdapterModifier and TypeMethodDescriptionAbstractRenderer.getGraphics2DAdapter()
Renderer.getGraphics2DAdapter()
-
Uses of Graphics2DAdapter in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement Graphics2DAdapterModifier and TypeClassDescriptionclass
Graphics2DAdapter implementation for AFP. -
Uses of Graphics2DAdapter in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement Graphics2DAdapterModifier and TypeClassDescriptionclass
Graphics2DAdapter implementation for Java2D.Methods in org.apache.fop.render.java2d that return Graphics2DAdapter -
Uses of Graphics2DAdapter in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement Graphics2DAdapterModifier and TypeClassDescriptionclass
Graphics2DAdapter implementation for PostScript.