Package | Description |
---|---|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.ps |
PostScript Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphics2DAdapter
Abstract base class for Graphics2DAdapter implementations.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
AbstractRenderer.getGraphics2DAdapter() |
Graphics2DAdapter |
Renderer.getGraphics2DAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
AFPGraphics2DAdapter
Graphics2DAdapter implementation for AFP.
|
Modifier and Type | Class and Description |
---|---|
class |
Java2DGraphics2DAdapter
Graphics2DAdapter implementation for Java2D.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
Java2DRenderer.getGraphics2DAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
PSGraphics2DAdapter
Graphics2DAdapter implementation for PostScript.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.