Package | Description |
---|---|
org.apache.xmlgraphics.ps.dsc |
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDSCHandler
Default implementation of a DSCHandler which simply passes through the PostScript content
unchanged.
|
class |
EventRecorder
DSCHandler implementation that records DSC events.
|
Modifier and Type | Method and Description |
---|---|
void |
DSCParser.parse(DSCHandler handler)
Starts the parser in push parsing mode sending events to the DSCHandler instance.
|
void |
EventRecorder.replay(DSCHandler handler)
Replays the recorded events to a specified DSCHandler instance.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.