Package | Description |
---|---|
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.intermediate | |
org.apache.fop.render.intermediate.util | |
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 |
AFPPainter
IFPainter implementation that produces AFP (MO:DCA).
|
Modifier and Type | Method and Description |
---|---|
IFPainter |
AFPDocumentHandler.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Method and Description |
---|---|
IFPainter |
AbstractBitmapDocumentHandler.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIFPainter<T extends IFDocumentHandler>
Abstract base class for IFPainter implementations.
|
class |
IFSerializer
IFPainter implementation that serializes the intermediate format to XML.
|
Modifier and Type | Method and Description |
---|---|
IFPainter |
IFDocumentHandler.startPageContent()
Indicates the start of the page content.
|
IFPainter |
IFSerializer.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Method and Description |
---|---|
void |
IFGraphicContext.Group.end(IFPainter painter) |
void |
IFGraphicContext.Viewport.end(IFPainter painter) |
void |
IFGraphicContext.Group.start(IFPainter painter) |
void |
IFGraphicContext.Viewport.start(IFPainter painter) |
Modifier and Type | Method and Description |
---|---|
IFPainter |
IFDocumentHandlerProxy.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Class and Description |
---|---|
class |
Java2DPainter
IFPainter implementation that paints on a Graphics2D
instance. |
Modifier and Type | Method and Description |
---|---|
IFPainter |
Java2DDocumentHandler.startPageContent() |
Modifier and Type | Class and Description |
---|---|
class |
PCLPainter
IFPainter implementation that produces PCL 5. |
Modifier and Type | Method and Description |
---|---|
IFPainter |
PCLDocumentHandler.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFPainter
IFPainter implementation that produces PDF.
|
Modifier and Type | Method and Description |
---|---|
IFPainter |
PDFDocumentHandler.startPageContent()
Indicates the start of the page content.
|
Modifier and Type | Class and Description |
---|---|
class |
PSPainter
IFPainter implementation that produces PostScript.
|
Modifier and Type | Method and Description |
---|---|
IFPainter |
PSDocumentHandler.startPageContent()
Indicates the start of the page content.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.