org.freehep.postscript
Class OutputOperator

java.lang.Object
  extended by org.freehep.postscript.PSObject
      extended by org.freehep.postscript.PSSimple
          extended by org.freehep.postscript.PSOperator
              extended by org.freehep.postscript.OutputOperator
All Implemented Interfaces:
Cloneable

public class OutputOperator
extends PSOperator

Device Setup and Output Operators for PostScript Processor

Version:
$Id: OutputOperator.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Field Summary
static Class[] operators
           
 
Fields inherited from class org.freehep.postscript.PSOperator
operandTypes
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
OutputOperator()
           
 
Method Summary
 boolean execute(OperandStack os)
           
 
Methods inherited from class org.freehep.postscript.PSOperator
checkAndExecute, clone, copy, cvs, equals, getName, getType, hashCode, toString
 
Methods inherited from class org.freehep.postscript.PSObject
error, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

operators

public static Class[] operators
Constructor Detail

OutputOperator

public OutputOperator()
Method Detail

execute

public boolean execute(OperandStack os)
Specified by:
execute in class PSObject


Copyright © 2000-2006 FreeHEP. All Rights Reserved.