org.freehep.postscript
Class FormOperator

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.FormOperator
All Implemented Interfaces:
Cloneable

public class FormOperator
extends PSOperator

Form and Pattern Operators for PostScript Processor

Version:
$Id: FormOperator.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
FormOperator()
           
 
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

FormOperator

public FormOperator()
Method Detail

execute

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


Copyright © 2000-2006 FreeHEP. All Rights Reserved.