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 and Description |
---|---|
protected AFPPaintingState |
AbstractAFPPainter.paintingState
painting state
|
Modifier and Type | Method and Description |
---|---|
AFPPaintingState |
AFPGraphics2D.getPaintingState()
Returns the AFP painting state
|
Modifier and Type | Method and Description |
---|---|
DataStream |
AFPStreamer.createDataStream(AFPPaintingState paintingState)
Creates a new DataStream
|
DataStream |
Factory.createDataStream(AFPPaintingState paintingState,
java.io.OutputStream outputStream)
Creates a new
DataStream |
DataStream |
AFPResourceManager.createDataStream(AFPPaintingState paintingState,
java.io.OutputStream outputStream)
Sets the outputstream
|
Constructor and 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 and Description |
---|---|
AFPPaintingState |
AFPRenderingContext.getPaintingState() |
AFPPaintingState |
AFPInfo.getPaintingState()
Returns the current AFP state
|
Modifier and Type | Method and 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 and Description |
---|
AFPGraphics2DAdapter(AFPPaintingState paintingState)
Main constructor
|
AFPRenderingContext(FOUserAgent userAgent,
AFPResourceManager resourceManager,
AFPPaintingState paintingState,
FontInfo fontInfo,
java.util.Map foreignAttributes)
Main constructor.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.