public class CSDeviceBasedInterpreter extends CSInterpreter
ICSDevice object.| Constructor and Description |
|---|
CSDeviceBasedInterpreter(Map paramOptions,
ICSDevice device) |
| Modifier and Type | Method and Description |
|---|---|
ICSDevice |
getDevice()
The
ICSDevice currently associated with the interpreter. |
void |
process(CSContent pContent,
PDResources resourceDict)
Process
content using resources if needed. |
getExceptionHandler, getOptions, isInterruptible, setExceptionHandler, setInterruptiblepublic ICSDevice getDevice()
ICSDevice currently associated with the interpreter.ICSDevice currently associated with the interpreter.public void process(CSContent pContent, PDResources resourceDict) throws CSException
ICSInterpretercontent using resources if needed.
This method may be called reentrant when a form XObject is encountered.
process in interface ICSInterpreterprocess in class CSInterpreterpContent - The PDF content stream to be interpreted.resourceDict - The PDResources repository for the content streamCSExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.