|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.postscript.Processor
public class Processor
PostScript Processor
Constructor Summary | |
---|---|
Processor(Graphics2D graphics,
Dimension dimension)
|
|
Processor(Graphics2D graphics,
Dimension dimension,
boolean secure)
|
|
Processor(PSDevice device,
boolean secure)
|
|
Processor(PSPanel panel)
|
Method Summary | |
---|---|
void |
attach(PSDebugger debugger)
|
DictionaryStack |
dictStack()
|
ExecutableStack |
execStack()
|
DSC |
getDSC()
|
void |
go()
Proceeds to end |
GStateStack |
gstateStack()
|
OperandStack |
operandStack()
|
void |
process()
|
void |
reset()
Resets |
void |
setData(PSObject data)
|
void |
setData(PSObject data,
int bufferLimit)
|
void |
setPageNo(long pageNo)
|
void |
setScale(double sx,
double sy)
|
void |
setTranslation(double tx,
double ty)
|
boolean |
step()
Executes one step |
boolean |
step(boolean update)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Processor(PSPanel panel)
public Processor(PSDevice device, boolean secure)
public Processor(Graphics2D graphics, Dimension dimension, boolean secure)
public Processor(Graphics2D graphics, Dimension dimension)
Method Detail |
---|
public void reset() throws IOException
DebuggerListener
reset
in interface DebuggerListener
IOException
public void setData(PSObject data)
public void setData(PSObject data, int bufferLimit)
public void setPageNo(long pageNo)
public void setScale(double sx, double sy)
public void setTranslation(double tx, double ty)
public DictionaryStack dictStack()
public ExecutableStack execStack()
public OperandStack operandStack()
public GStateStack gstateStack()
public DSC getDSC()
public boolean step()
DebuggerListener
step
in interface DebuggerListener
public boolean step(boolean update)
public void go()
DebuggerListener
go
in interface DebuggerListener
public void process() throws IOException
IOException
public void attach(PSDebugger debugger)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |