Class PCLDocumentHandler

All Implemented Interfaces:
IFDocumentHandler, PCLConstants

public class PCLDocumentHandler extends AbstractBinaryWritingIFDocumentHandler implements PCLConstants
IFDocumentHandler implementation that produces PCL 5.
  • Field Details

    • log

      private static org.apache.commons.logging.Log log
      logging instance
    • tempURI

      private URI tempURI
      the temporary file in case of two-pass processing
    • TEMP_URI_GENERATOR

      private static final org.apache.xmlgraphics.io.TempResourceURIGenerator TEMP_URI_GENERATOR
    • pclUtil

      protected PCLRenderingUtil pclUtil
      Utility class for handling all sorts of peripheral tasks around PCL generation.
    • gen

      private PCLGenerator gen
      The PCL generator
    • currentPageDefinition

      private PCLPageDefinition currentPageDefinition
    • pageWidth

      private long pageWidth
      contains the pageWith of the last printed page
    • pageHeight

      private long pageHeight
      contains the pageHeight of the last printed page
    • currentImage

      private BufferedImage currentImage
      the current page image (only set when all-bitmap painting is activated)
  • Constructor Details

    • PCLDocumentHandler

      public PCLDocumentHandler(IFContext context)
      Default constructor.
  • Method Details