Package | Description |
---|---|
org.apache.fop.render.intermediate | |
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
Modifier and Type | Field | Description |
---|---|---|
protected IFState |
AbstractIFPainter.state |
Holds the intermediate format state
|
Modifier and Type | Method | Description |
---|---|---|
static IFState |
IFState.create() |
|
IFState |
IFState.pop() |
|
IFState |
IFState.push() |
Constructor | Description |
---|---|
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) |
Constructor | Description |
---|---|
PSPainter(PSDocumentHandler documentHandler,
IFState state) |
Modifier and Type | Field | Description |
---|---|---|
protected IFState |
AbstractSVGDocumentHandler.state |
Holds the intermediate format state
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.