Package org.apache.fop.afp
Class AFPRectanglePainter
- java.lang.Object
-
- org.apache.fop.afp.AbstractAFPPainter
-
- org.apache.fop.afp.AFPRectanglePainter
-
public class AFPRectanglePainter extends AbstractAFPPainter
A painter of rectangles in AFP
-
-
Field Summary
-
Fields inherited from class org.apache.fop.afp.AbstractAFPPainter
dataStream, log, paintingState
-
-
Constructor Summary
Constructors Constructor Description AFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(PaintingInfo paintInfo)
Paints the painting item
-
-
-
Constructor Detail
-
AFPRectanglePainter
public AFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream)
Main constructor- Parameters:
paintingState
- the AFP painting statedataStream
- the AFP datastream
-
-
Method Detail
-
paint
public void paint(PaintingInfo paintInfo)
Paints the painting item- Specified by:
paint
in classAbstractAFPPainter
- Parameters:
paintInfo
- the painting information
-
-