Package org.apache.fop.render.ps
Interface PSEventProducer
- All Superinterfaces:
EventProducer
Event producer interface for events generated by the PostScript renderer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Provider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoid
postscriptDictionaryParseError
(Object source, String content, Exception e) A PostScript dictionary could not be parsed.void
postscriptLevel3Needed
(Object source) PostScript Level 3 features are necessary.
-
Method Details
-
postscriptDictionaryParseError
A PostScript dictionary could not be parsed.- Parameters:
source
- the event sourcecontent
- the PostScript contente
- the original exception
-
postscriptLevel3Needed
PostScript Level 3 features are necessary.- Parameters:
source
- the event source
-