org.freehep.postscript.operators
Class ArithmeticOperator

java.lang.Object
  extended by org.freehep.postscript.types.PSObject
      extended by org.freehep.postscript.types.PSSimple
          extended by org.freehep.postscript.types.PSOperator
              extended by org.freehep.postscript.operators.AbstractOperator
                  extended by org.freehep.postscript.operators.ArithmeticOperator
All Implemented Interfaces:
Cloneable

public abstract class ArithmeticOperator
extends AbstractOperator

Arithmetic Operators for PostScript Processor

Author:
Mark Donszelmann

Field Summary
protected  PSRandom random
           
 
Fields inherited from class org.freehep.postscript.types.PSOperator
operandTypes
 
Fields inherited from class org.freehep.postscript.types.PSSimple
log
 
Fields inherited from class org.freehep.postscript.types.PSObject
name
 
Constructor Summary
ArithmeticOperator()
           
 
Method Summary
static void register(PSDictionary dict)
           
 
Methods inherited from class org.freehep.postscript.operators.AbstractOperator
register
 
Methods inherited from class org.freehep.postscript.types.PSOperator
checkAndExecute, clone, copy, cvs, equals, getName, getType, hashCode, toString
 
Methods inherited from class org.freehep.postscript.types.PSObject
error, execute, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

random

protected PSRandom random
Constructor Detail

ArithmeticOperator

public ArithmeticOperator()
Method Detail

register

public static void register(PSDictionary dict)


Copyright © 2001-2009 FreeHEP. All Rights Reserved.