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 and Description |
---|---|
protected IFContext |
AFPPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBitmapDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
IFContext |
AbstractIFDocumentHandler.getContext()
Returns the associated intermediate format context object.
|
IFContext |
IFDocumentHandler.getContext()
Returns the associated intermediate format context object.
|
protected abstract IFContext |
AbstractIFPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIFDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
void |
IFDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
IFContext |
IFDocumentHandlerProxy.getContext()
Returns the associated intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
IFDocumentHandlerProxy.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Field and Description |
---|---|
protected IFContext |
Java2DPainter.ifContext
the IF context
|
Modifier and Type | Method and Description |
---|---|
IFContext |
Java2DPainter.getContext()
Returns the intermediate format context object.
|
Constructor and Description |
---|
Java2DPainter(java.awt.Graphics2D g2d,
IFContext context,
FontInfo fontInfo)
Main constructor.
|
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).
|
Modifier and Type | Method and Description |
---|---|
IFContext |
PCLPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
PCLDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
protected IFContext |
PDFPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
protected IFContext |
PSPainter.getContext()
Returns the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
void |
PSDocumentHandler.setContext(IFContext context)
Sets the intermediate format context object.
|
Modifier and Type | Method and Description |
---|---|
protected IFContext |
SVGPainter.getContext()
Returns the intermediate format context object.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.