Package org.apache.fop.afp
Class AFPBorderPainter
- java.lang.Object
-
- org.apache.fop.afp.AbstractAFPPainter
-
- org.apache.fop.afp.AFPBorderPainter
-
public class AFPBorderPainter extends AbstractAFPPainter
Handles the drawing of borders/lines in AFP
-
-
Field Summary
-
Fields inherited from class org.apache.fop.afp.AbstractAFPPainter
dataStream, log, paintingState
-
-
Constructor Summary
Constructors Constructor Description AFPBorderPainter(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
-
AFPBorderPainter
public AFPBorderPainter(AFPPaintingState paintingState, DataStream dataStream)
Main constructor- Parameters:
paintingState
- the AFP painting state converterdataStream
- 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
-
-