com.lowagie.text.pdf.codec.postscript
public class PAContext extends Object
| Field Summary | |
|---|---|
| Stack | dictionaries |
| static boolean | DebugExecution |
| PAEngine | engine |
| InputStream | is |
| static boolean | IgnoreUnknownCommands |
| protected Object | lastUnknownIdentifier |
| Stack | operands |
| PAPencil | pencil |
| PAParser | poorscript |
| protected Random | randomNumberGenerator |
| Constructor Summary | |
|---|---|
| PAContext(Component component) | |
| PAContext(Graphics2D g, Dimension size) | |
| PAContext(PAPencil pencil) | |
| Method Summary | |
|---|---|
| void | collectArray() |
| void | collectDict() |
| protected HashMap | constructGlobalDict() |
| protected HashMap | constructSystemDict() |
| protected HashMap | constructUserDict() |
| void | draw(InputStream inputStream)
draw
|
| Object | findDictionary(Object identifier) |
| Object | findIdentifier(Object identifier) |
| Object | getLastUnknownIdentifier() |
| static void | main(String[] args) |
| Object | peekOperand() |
| double[] | popNumberOperands(int n) |
| Object[] | popOperands(int n) |
Parameters: inputStream InputStream
Throws: PainterException