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.svg |
SVG (Structured Vector Graphics) Renderer
|
Modifier and Type | Field and Description |
---|---|
protected IFState |
AbstractIFPainter.state
Holds the intermediate format state
|
Modifier and Type | Method and Description |
---|---|
static IFState |
IFState.create() |
IFState |
IFState.pop() |
IFState |
IFState.push() |
Constructor and 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).
|
Modifier and Type | Field and Description |
---|---|
protected IFState |
AbstractSVGDocumentHandler.state
Holds the intermediate format state
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.