|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.AbstractAFPPainter
org.apache.fop.afp.AFPDitheredRectanglePainter
public class AFPDitheredRectanglePainter
A painter of rectangles in AFP
Field Summary |
---|
Fields inherited from class org.apache.fop.afp.AbstractAFPPainter |
---|
dataStream, log, paintingState |
Constructor Summary | |
---|---|
AFPDitheredRectanglePainter(AFPPaintingState paintingState,
DataStream dataStream,
AFPResourceManager resourceManager)
Main constructor |
Method Summary | |
---|---|
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 |
Constructor Detail |
---|
public AFPDitheredRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager)
paintingState
- the AFP painting statedataStream
- the AFP datastreamresourceManager
- the resource managerMethod Detail |
---|
public void paint(PaintingInfo paintInfo) throws java.io.IOException
paint
in class AbstractAFPPainter
paintInfo
- the painting information
java.io.IOException
- if an I/O error occurs
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |