|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.AbstractAFPPainter
public abstract class AbstractAFPPainter
A base AFP painter
Field Summary | |
---|---|
protected DataStream |
dataStream
data stream |
protected static org.apache.commons.logging.Log |
log
Static logging instance |
protected AFPPaintingState |
paintingState
painting state |
Constructor Summary | |
---|---|
AbstractAFPPainter(AFPPaintingState paintingState,
DataStream dataStream)
Main constructor |
Method Summary | |
---|---|
abstract void |
paint(PaintingInfo paintInfo)
Paints the painting item |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
protected final DataStream dataStream
protected final AFPPaintingState paintingState
Constructor Detail |
---|
public AbstractAFPPainter(AFPPaintingState paintingState, DataStream dataStream)
paintingState
- the AFP painting statedataStream
- the AFP DatastreamMethod Detail |
---|
public abstract void paint(PaintingInfo paintInfo) throws java.io.IOException
paintInfo
- the painting information
java.io.IOException
- if an I/O error occurs
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |