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 Detail

      • postscriptDictionaryParseError

        void postscriptDictionaryParseError​(java.lang.Object source,
                                            java.lang.String content,
                                            java.lang.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​(java.lang.Object source)
        PostScript Level 3 features are necessary.
        Parameters:
        source - the event source
        Event severity level:
        FATAL