| 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 | Method | Description |
|---|---|---|
IFDocumentHandler |
AFPDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
| Constructor | Description |
|---|---|
AFPDocumentHandler(IFContext context) |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IFDocumentHandler |
PNGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
IFDocumentHandler |
TIFFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
| Constructor | Description |
|---|---|
AbstractBitmapDocumentHandler(IFContext context) |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IFContext |
AbstractIFDocumentHandler.getContext() |
Returns the associated intermediate format context object.
|
protected IFContext |
AbstractIFPainter.getContext() |
Returns the intermediate format context object.
|
IFContext |
IFDocumentHandler.getContext() |
Returns the associated intermediate format context object.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract IFDocumentHandler |
AbstractIFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
IFDocumentHandler |
IFSerializerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
| Constructor | Description |
|---|---|
AbstractBinaryWritingIFDocumentHandler(IFContext ifContext) |
|
AbstractIFDocumentHandler(IFContext context) |
Default constructor.
|
AbstractXMLWritingIFDocumentHandler(IFContext context) |
|
IFSerializer(IFContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
IFContext |
IFDocumentHandlerProxy.getContext() |
Returns the associated intermediate format context object.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IFContext |
Java2DPainter.ifContext |
the IF context
|
| Modifier and Type | Method | Description |
|---|---|---|
IFContext |
Java2DDocumentHandler.getContext() |
|
IFContext |
Java2DPainter.getContext() |
Returns the intermediate format context object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Java2DDocumentHandler.setContext(IFContext context) |
| Constructor | Description |
|---|---|
Java2DPainter(java.awt.Graphics2D g2d,
IFContext context,
FontInfo fontInfo) |
Main constructor.
|
Java2DPainter(java.awt.Graphics2D g2d,
IFContext context,
FontInfo fontInfo,
IFDocumentHandler documentHandler) |
|
Java2DPainter(java.awt.Graphics2D g2d,
IFContext context,
FontInfo fontInfo,
IFState state) |
Special constructor for embedded use (when another painter uses Java2DPainter
to convert part of a document into a bitmap, for example).
|
Java2DPainter(java.awt.Graphics2D g2d,
IFContext context,
FontInfo fontInfo,
IFState state,
IFDocumentHandler documentHandler) |
| Modifier and Type | Method | Description |
|---|---|---|
IFDocumentHandler |
PCLDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
| Constructor | Description |
|---|---|
PCLDocumentHandler(IFContext context) |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IFDocumentHandler |
PDFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
| Constructor | Description |
|---|---|
PDFDocumentHandler(IFContext context) |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IFDocumentHandler |
PSDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
| Constructor | Description |
|---|---|
PSDocumentHandler(IFContext context) |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IFDocumentHandler |
SVGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
IFDocumentHandler |
SVGPrintDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler. |
| Constructor | Description |
|---|---|
AbstractSVGDocumentHandler(IFContext context) |
|
SVGDocumentHandler(IFContext context) |
Default constructor.
|
SVGPrintDocumentHandler(IFContext context) |
Default constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.