com.lowagie.text.pdf.codec.postscript
Class PAEngine
java.lang.Object
com.lowagie.text.pdf.codec.postscript.PAEngine
public class PAEngine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODE_STACK
public static final int MODE_STACK
- See Also:
- Constant Field Values
MODE_PROCEDURE
public static final int MODE_PROCEDURE
- See Also:
- Constant Field Values
MODE_ARRAY
public static final int MODE_ARRAY
- See Also:
- Constant Field Values
context
protected PAContext context
mode
protected int mode
procedure
protected Stack procedure
innerProcedures
protected int innerProcedures
PAEngine
public PAEngine(PAContext context)
startProcedure
public void startProcedure()
endProcedure
public void endProcedure()
bindProcedure
public void bindProcedure(PAToken patoken)
process
public void process(Object token)
throws PainterException
- Throws:
PainterException
litMode
public String litMode()