Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.bitmap |
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.txt |
Plain Text Renderer
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
FOUserAgent.getRendererOption(RendererConfigOption option)
Gets the renderer options given an interface representing renderer configuration options.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPRendererOption
An enumeration of the configuration options available for the AFP renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
BitmapRendererOption
An enumeration of the Bitmap renderer configuration opetions available to the user via the FOP
conf.
|
static class |
TIFFRendererConfig.TIFFRendererOption |
Modifier and Type | Class and Description |
---|---|
class |
Java2DRendererOption |
Modifier and Type | Class and Description |
---|---|
class |
PDFEncryptionOption |
class |
PDFRendererOption |
Modifier and Type | Class and Description |
---|---|
class |
PSRendererOption
An enumeration of the PostScript renderer configuration options along with their default values.
|
Modifier and Type | Class and Description |
---|---|
static class |
TxtRendererConfig.TxtRendererOption |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.