Uses of Interface
org.apache.xmlgraphics.ps.dsc.DSCListener
-
Packages that use DSCListener Package Description org.apache.xmlgraphics.ps.dsc 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 DSCListener Modifier and Type Class Description classDefaultNestedDocumentHandlerDSCListenerimplementation which automatically skips data between Begin/EndDocument and Begin/EndData.classFilteringEventListenerDSCListenerimplementation that filters certain DSC events.Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCListener Modifier and Type Method Description voidDSCParser. addListener(DSCListener listener)Adds a DSC event listener.voidDSCParser. removeListener(DSCListener listener)Removes a DSC event listener.
-