Package | Description |
---|---|
org.apache.xmlgraphics.ps.dsc |
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
|
org.apache.xmlgraphics.ps.dsc.tools |
Tools for working with DSC-compliant PostScript files.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultNestedDocumentHandler.handle(DSCEvent event,
DSCParser parser) |
Handle a DSC event.
|
void |
NestedDocumentHandler.handle(DSCEvent event,
DSCParser parser) |
Handle a DSC event.
|
void |
DefaultNestedDocumentHandler.processEvent(DSCEvent event,
DSCParser parser) |
Called for each DSC event.
|
void |
DSCListener.processEvent(DSCEvent event,
DSCParser parser) |
Called for each DSC event.
|
void |
FilteringEventListener.processEvent(DSCEvent event,
DSCParser parser) |
Called for each DSC event.
|
Modifier and Type | Method | Description |
---|---|---|
static DSCHeaderComment |
DSCTools.checkAndSkipDSC30Header(DSCParser parser) |
Verifies that the file being parsed is a DSC 3.0 file.
|
static DSCComment |
DSCTools.nextPageOrTrailer(DSCParser parser,
PSGenerator gen) |
Advances the parser to the next page or to the trailer or the end of file comment.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.