Uses of Interface
org.apache.xmlgraphics.ps.dsc.DSCFilter
-
Packages that use DSCFilter Package Description org.apache.xmlgraphics.ps.dsc Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions). -
-
Uses of DSCFilter in org.apache.xmlgraphics.ps.dsc
Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCFilter Modifier and Type Method Description void
DSCParser. setFilter(DSCFilter filter)
Sets a filter for DSC events.Constructors in org.apache.xmlgraphics.ps.dsc with parameters of type DSCFilter Constructor Description FilteringEventListener(DSCFilter filter)
Main constructor.
-