org.apache.fop.render.ps
Interface PSEventProducer
- All Superinterfaces:
- EventProducer
public interface PSEventProducer
- extends EventProducer
Event producer interface for events generated by the PostScript renderer.
Method Summary |
void |
postscriptDictionaryParseError(java.lang.Object source,
java.lang.String content,
java.lang.Exception e)
A PostScript dictionary could not be parsed. |
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 sourcecontent
- the PostScript contente
- the original exception- Event severity level:
- ERROR
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.