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.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
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 |
Renderer.getGraphics2DAdapter() |
Graphics2DAdapter |
AbstractRenderer.getGraphics2DAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
AFPGraphics2DAdapter
Graphics2DAdapter implementation for AFP.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
AFPRenderer.getGraphics2DAdapter() |
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 |
PCLGraphics2DAdapter
Graphics2DAdapter implementation for PCL and HP GL/2.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
PCLRenderer.getGraphics2DAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
PDFGraphics2DAdapter
Graphics2DAdapter implementation for PDF.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
PDFRenderer.getGraphics2DAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
PSGraphics2DAdapter
Graphics2DAdapter implementation for PostScript.
|
Modifier and Type | Method and Description |
---|---|
Graphics2DAdapter |
PSRenderer.getGraphics2DAdapter() |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.