com.lowagie.text.pdf.codec.postscript
public class PAEngine extends Object
Field Summary | |
---|---|
protected PAContext | context |
protected int | innerProcedures |
protected int | mode |
static int | MODE_ARRAY |
static int | MODE_PROCEDURE |
static int | MODE_STACK |
protected Stack | procedure |
Constructor Summary | |
---|---|
PAEngine(PAContext context) |
Method Summary | |
---|---|
void | bindProcedure(PAToken patoken) |
void | endProcedure() |
String | litMode() |
void | process(Object token) |
void | startProcedure() |