public abstract class AbstractAFPPainter extends Object
Modifier and Type | Field and Description |
---|---|
protected DataStream |
dataStream
data stream
|
protected static org.apache.commons.logging.Log |
log
Static logging instance
|
protected AFPPaintingState |
paintingState
painting state
|
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 final 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 IOException
paintInfo
- the painting informationIOException
- if an I/O error occursCopyright © 2025 Apache Software Foundation. All rights reserved.