Uses of Interface
org.apache.xmlgraphics.ps.dsc.DSCListener
Packages that use DSCListener
Package
Description
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
-
Uses of DSCListener in org.apache.xmlgraphics.ps.dsc
Classes in org.apache.xmlgraphics.ps.dsc that implement DSCListenerModifier and TypeClassDescriptionclassDSCListenerimplementation which automatically skips data between Begin/EndDocument and Begin/EndData.(package private) static classclassDSCListenerimplementation that filters certain DSC events.Fields in org.apache.xmlgraphics.ps.dsc declared as DSCListenerModifier and TypeFieldDescriptionprivate DSCListenerDSCParser.filterListenerprivate DSCListenerDSCParser.nestedDocumentHandlerMethods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCListenerModifier and TypeMethodDescriptionvoidDSCParser.addListener(DSCListener listener) Adds a DSC event listener.voidDSCParser.removeListener(DSCListener listener) Removes a DSC event listener.