Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
Modifier and Type | Field | Description |
---|---|---|
protected AFPPaintingState |
AbstractAFPPainter.paintingState |
painting state
|
Modifier and Type | Method | Description |
---|---|---|
AFPPaintingState |
AFPGraphics2D.getPaintingState() |
Returns the AFP painting state
|
Modifier and Type | Method | Description |
---|---|---|
DataStream |
AFPResourceManager.createDataStream(AFPPaintingState paintingState,
java.io.OutputStream outputStream) |
Sets the outputstream
|
DataStream |
AFPStreamer.createDataStream(AFPPaintingState paintingState) |
Creates a new DataStream
|
DataStream |
Factory.createDataStream(AFPPaintingState paintingState,
java.io.OutputStream outputStream) |
Creates a new
DataStream |
Constructor | Description |
---|---|
AbstractAFPPainter(AFPPaintingState paintingState,
DataStream dataStream) |
Main constructor
|
AFPBorderPainter(AFPPaintingState paintingState,
DataStream dataStream) |
Main constructor
|
AFPDitheredRectanglePainter(AFPPaintingState paintingState,
DataStream dataStream,
AFPResourceManager resourceManager) |
Main constructor
|
AFPGraphics2D(boolean textAsShapes,
AFPPaintingState paintingState,
AFPResourceManager resourceManager,
AFPResourceInfo resourceInfo,
FontInfo fontInfo) |
Main constructor
|
AFPRectanglePainter(AFPPaintingState paintingState,
DataStream dataStream) |
Main constructor
|
AFPUnitConverter(AFPPaintingState paintingState) |
Unit converter
|
DataStream(Factory factory,
AFPPaintingState paintingState,
java.io.OutputStream outputStream) |
Default constructor for the AFPDocumentStream.
|
Modifier and Type | Method | Description |
---|---|---|
AFPPaintingState |
AFPInfo.getPaintingState() |
Returns the current AFP state
|
AFPPaintingState |
AFPRenderingContext.getPaintingState() |
Modifier and Type | Method | Description |
---|---|---|
static AFPObjectAreaInfo |
AFPImageHandler.createObjectAreaInfo(AFPPaintingState paintingState,
java.awt.Rectangle targetRect) |
Creates and returns an
AFPObjectAreaInfo instance for the placement of the image. |
void |
AFPInfo.setPaintingState(AFPPaintingState paintingState) |
Sets the AFP state
|
Constructor | Description |
---|---|
AFPGraphics2DAdapter(AFPPaintingState paintingState) |
Main constructor
|
AFPRenderingContext(FOUserAgent userAgent,
AFPResourceManager resourceManager,
AFPPaintingState paintingState,
FontInfo fontInfo,
java.util.Map foreignAttributes) |
Main constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.