Interface PSEventProducer

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

public interface PSEventProducer extends org.apache.fop.events.EventProducer
Event producer interface for events generated by the PostScript renderer.
  • Method Details

    • postscriptDictionaryParseError

      void postscriptDictionaryParseError(Object source, String content, Exception e)
      A PostScript dictionary could not be parsed.
      Parameters:
      source - the event source
      content - the PostScript content
      e - the original exception
      Event severity level:
      ERROR
    • postscriptLevel3Needed

      void postscriptLevel3Needed(Object source)
      PostScript Level 3 features are necessary.
      Parameters:
      source - the event source
      Event severity level:
      FATAL