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 | Method and Description |
---|---|
IFDocumentHandler |
AFPDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
Constructor and Description |
---|
AFPDocumentHandler(IFContext context)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
TIFFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
PNGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
Constructor and Description |
---|
AbstractBitmapDocumentHandler(IFContext context)
Default constructor.
|
Modifier and Type | Method and 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 and Description |
---|---|
abstract IFDocumentHandler |
AbstractIFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
IFSerializerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
Constructor and Description |
---|
AbstractBinaryWritingIFDocumentHandler(IFContext ifContext) |
AbstractIFDocumentHandler(IFContext context)
Default constructor.
|
AbstractXMLWritingIFDocumentHandler(IFContext context) |
IFSerializer(IFContext context) |
Modifier and Type | Method and Description |
---|---|
IFContext |
IFDocumentHandlerProxy.getContext()
Returns the associated intermediate format context object.
|
Modifier and Type | Field and Description |
---|---|
protected IFContext |
Java2DPainter.ifContext
the IF context
|
Modifier and Type | Method and Description |
---|---|
IFContext |
Java2DDocumentHandler.getContext() |
IFContext |
Java2DPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
Java2DDocumentHandler.setContext(IFContext context) |
Constructor and 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 and Description |
---|---|
IFDocumentHandler |
PCLDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
Instantiates a new
IFDocumentHandler . |
Constructor and Description |
---|
PCLDocumentHandler(IFContext context)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
PDFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Constructor and Description |
---|
PDFDocumentHandler(IFContext context)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
PSDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Constructor and Description |
---|
PSDocumentHandler(IFContext context)
Default constructor.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.