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
|
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() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractIFPainter.drawSVGText(MultiByteFont multiByteFont,
FontTriplet triplet,
int x,
int y,
String text,
IFState state) |
Constructor and Description |
---|
Java2DPainter(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(Graphics2D g2d,
IFContext context,
FontInfo fontInfo,
IFState state,
IFDocumentHandler documentHandler) |
Constructor and Description |
---|
PSPainter(PSDocumentHandler documentHandler,
IFState state) |
Copyright © 2025 Apache Software Foundation. All rights reserved.