Package org.apache.fop.afp
Class AFPRectanglePainter
java.lang.Object
org.apache.fop.afp.AbstractAFPPainter
org.apache.fop.afp.AFPRectanglePainter
A painter of rectangles in AFP
-
Field Summary
Fields inherited from class org.apache.fop.afp.AbstractAFPPainter
dataStream, log, paintingState -
Constructor Summary
ConstructorsConstructorDescriptionAFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager) Main constructor -
Method Summary
-
Constructor Details
-
AFPRectanglePainter
public AFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager) Main constructor- Parameters:
paintingState- the AFP painting statedataStream- the AFP datastream
-
-
Method Details
-
paint
Paints the painting item- Specified by:
paintin classAbstractAFPPainter- Parameters:
paintInfo- the painting information- Throws:
IOException- if an I/O error occurs
-