org.apache.fop.render.java2d |
org.apache.fop.render.java2d Package
Java2D Renderer which paints rendered pages on Graphics2D instances. Used as base for the bitmap and AWT renderers.
|
Java Source File Name | Type | Comment |
FontMetricsMapper.java | Class | This class implements org.apache.fop.layout.FontMetrics and
is added to the hash table in FontInfo. |
FontSetup.java | Class | Sets up the Java2D/AWT fonts. |
Java2DFontMetrics.java | Class | This is a FontMetrics to be used for AWT rendering.
It instanciates a font, depening on family and style
values. |
Java2DGraphics2DAdapter.java | Class | Graphics2DAdapter implementation for Java2D. |
Java2DGraphicsState.java | Class | Keeps information about the current state of the Graphics2D currentGraphics. |
Java2DRenderer.java | Class | The Java2DRenderer class provides the abstract technical
foundation for all rendering with the Java2D API. |
Java2DRendererConfigurator.java | Class | |
Java2DRendererContextConstants.java | Interface | Defines a number of standard constants (keys) for use by the RendererContext class. |
Java2DSVGHandler.java | Class | Java2D XML handler for SVG (uses Apache Batik). |