public abstract class AbstractAFPPainter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DataStream |
dataStream |
protected static org.apache.commons.logging.Log |
log
Static logging instance
|
protected AFPPaintingState |
paintingState |
Constructor and Description |
---|
AbstractAFPPainter(AFPPaintingState paintingState,
DataStream dataStream)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
abstract void |
paint(PaintingInfo paintInfo)
Paints the painting item
|
protected static org.apache.commons.logging.Log log
protected final DataStream dataStream
protected final AFPPaintingState paintingState
public AbstractAFPPainter(AFPPaintingState paintingState, DataStream dataStream)
paintingState
- the AFP painting statedataStream
- the AFP Datastreampublic abstract void paint(PaintingInfo paintInfo) throws java.io.IOException
paintInfo
- the painting informationjava.io.IOException
- if an I/O error occursCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.