fop 2.0

org.apache.fop.afp
Class AFPBorderPainter

java.lang.Object
  extended by org.apache.fop.afp.AbstractAFPPainter
      extended by 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
AFPBorderPainter(AFPPaintingState paintingState, DataStream dataStream)
          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

AFPBorderPainter

public AFPBorderPainter(AFPPaintingState paintingState,
                        DataStream dataStream)
Main constructor

Parameters:
paintingState - the AFP painting state converter
dataStream - the AFP datastream
Method Detail

paint

public void paint(PaintingInfo paintInfo)
Paints the painting item

Specified by:
paint in class AbstractAFPPainter
Parameters:
paintInfo - the painting information

fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.