FreeHEP API
Version v1.2

org.freehep.postscript
Class Processor

java.lang.Object
  |
  +--org.freehep.postscript.Processor
All Implemented Interfaces:
Runnable

public class Processor
extends Object
implements Runnable

PostScript Processor

Version:
$Id: Processor.java,v 1.7 2001/06/18 16:08:27 duns Exp $
Author:
Mark Donszelmann

Constructor Summary
Processor(PSPanel panel, PSObject data)
           
Processor(PSPanel panel, PSObject data, boolean secure)
           
 
Method Summary
 void addActionListener(ActionListener l)
           
 void debug()
           
 DictionaryStack dictStack()
           
 ExecutableStack execStack()
           
protected  void fireActionEvent(ActionEvent e)
           
static String getVersion()
           
 GStateStack gstateStack()
           
static void main(String[] args)
           
 void removeActionListener(ActionListener l)
           
 void run()
           
 boolean step(boolean update)
           
 void updateDebugger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor(PSPanel panel,
                 PSObject data)

Processor

public Processor(PSPanel panel,
                 PSObject data,
                 boolean secure)
Method Detail

getVersion

public static String getVersion()

dictStack

public DictionaryStack dictStack()

execStack

public ExecutableStack execStack()

gstateStack

public GStateStack gstateStack()

addActionListener

public void addActionListener(ActionListener l)

removeActionListener

public void removeActionListener(ActionListener l)

fireActionEvent

protected void fireActionEvent(ActionEvent e)

debug

public void debug()

step

public boolean step(boolean update)

run

public void run()
Specified by:
run in interface Runnable

updateDebugger

public void updateDebugger()

main

public static void main(String[] args)
                 throws Exception
Exception

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.