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
|
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPPainter |
IFPainter implementation that produces AFP (MO:DCA).
|
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
AFPDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
AbstractBitmapDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Class | 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 | 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 | 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 | Description |
---|---|---|
IFPainter |
IFDocumentHandlerProxy.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Java2DPainter |
IFPainter implementation that paints on a Graphics2D
instance. |
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
Java2DDocumentHandler.startPageContent() |
Modifier and Type | Class | Description |
---|---|---|
class |
PCLPainter |
IFPainter implementation that produces PCL 5. |
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
PCLDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFPainter |
IFPainter implementation that produces PDF.
|
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
PDFDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSPainter |
IFPainter implementation that produces PostScript.
|
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
PSDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SVGPainter |
IFPainter implementation that writes SVG.
|
Modifier and Type | Method | Description |
---|---|---|
IFPainter |
SVGDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
IFPainter |
SVGPrintDocumentHandler.startPageContent() |
Indicates the start of the page content.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.