Interface BitmapRendererEventProducer

All Superinterfaces:
org.apache.fop.events.EventProducer

public interface BitmapRendererEventProducer extends org.apache.fop.events.EventProducer
Event producer interface for events generated by the bitmap renderers.
  • Method Details

    • stoppingAfterFirstPageNoFilename

      void stoppingAfterFirstPageNoFilename(Object source)
      No filename information available. Stopping early after the first page.
      Parameters:
      source - the event source
      Event severity level:
      WARN
    • stoppingAfterFirstPageNoMultiWriter

      void stoppingAfterFirstPageNoMultiWriter(Object source)
      Image writer does not support multiple images. Only the first page has been produced.
      Parameters:
      source - the event source
      Event severity level:
      WARN
    • noImageWriterFound

      void noImageWriterFound(Object source, String mime) throws IOException
      No ImageWriter found.
      Parameters:
      source - the event source
      mime - the target MIME type
      Throws:
      IOException - the I/O error provoked by the method call
      Event severity level:
      FATAL