|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.postscript.processor.Processor
public class Processor
PostScript Processor
Constructor Summary | |
---|---|
Processor(Applet applet)
|
|
Processor(Graphics2D graphics,
Dimension dimension)
|
|
Processor(Graphics2D graphics,
Dimension dimension,
boolean secure)
|
|
Processor(JApplet applet)
|
|
Processor(JPanel panel)
|
|
Processor(PSDevice device,
boolean secure)
|
Method Summary | |
---|---|
void |
attach(PSDebugger debugger)
|
DictionaryStack |
dictStack()
|
ExecutableStack |
execStack()
|
DSC |
getDSC()
|
int |
go()
Proceeds to end |
GStateStack |
gstateStack()
|
OperandStack |
operandStack()
|
void |
process()
|
void |
reset()
Resets |
void |
setData(PSObject data)
|
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(JPanel panel)
public Processor(Applet applet)
public Processor(JApplet applet)
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) throws IOException
IOException
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 int 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 |