Class AbstractAFPPainter

    • Field Detail

      • log

        protected static final org.apache.commons.logging.Log log
        Static logging instance
      • dataStream

        protected final DataStream dataStream
        data stream
    • Constructor Detail

      • AbstractAFPPainter

        public AbstractAFPPainter​(AFPPaintingState paintingState,
                                  DataStream dataStream)
        Main constructor
        Parameters:
        paintingState - the AFP painting state
        dataStream - the AFP Datastream
    • Method Detail

      • paint

        public abstract void paint​(PaintingInfo paintInfo)
                            throws java.io.IOException
        Paints the painting item
        Parameters:
        paintInfo - the painting information
        Throws:
        java.io.IOException - if an I/O error occurs