Interface PSEventProducer
- All Superinterfaces:
EventProducer
Event producer interface for events generated by the PostScript renderer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidpostscriptDictionaryParseError(Object source, String content, Exception e) A PostScript dictionary could not be parsed.voidpostscriptLevel3Needed(Object source) PostScript Level 3 features are necessary.
-
Method Details
-
postscriptDictionaryParseError
-
postscriptLevel3Needed
PostScript Level 3 features are necessary.- Parameters:
source- the event source
-