org.apache.xmlgraphics.ps.dsc |
org.apache.xmlgraphics.ps.dsc Package
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
|
Java Source File Name | Type | Comment |
DefaultDSCHandler.java | Class | Default implementation of a DSCHandler which simply passes through the PostScript content
unchanged. |
DefaultNestedDocumentHandler.java | Class | Default implementation of the NestedDocumentHandler interface which automatically skips data
between Begin/EndDocument and Begin/EndData. |
DSCCommentFactory.java | Class | Factory for DSCComment subclasses. |
DSCException.java | Class | Exception to signal problems while parsing a supposedly DSC-conformant file. |
DSCFilter.java | Interface | Filter interface for DSC events used by the DSC parser. |
DSCHandler.java | Interface | Interface containing events generated by the DSCParser. |
DSCParser.java | Class | Parser for DSC-compliant PostScript files (DSC = Document Structuring Conventions). |
DSCParserConstants.java | Interface | Constants the DSC parser uses. |
EventRecorder.java | Class | DSCHandler implementation that records DSC events. |
NestedDocumentHandler.java | Interface | Interface that is used to delegate the handling of nested documents (EPS files, data sections)
in a PostScript document. |
ResourceTracker.java | Class | This class is used to track resources in a DSC-compliant PostScript file. |