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 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
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
-