FreeHEP API
Version v1.2

org.freehep.postscript
Class ArithmeticOperator

java.lang.Object
  |
  +--org.freehep.postscript.PSObject
        |
        +--org.freehep.postscript.PSSimple
              |
              +--org.freehep.postscript.PSOperator
                    |
                    +--org.freehep.postscript.ArithmeticOperator
All Implemented Interfaces:
Cloneable

public abstract class ArithmeticOperator
extends PSOperator

Arithmetic Operators for PostScript Processor

Version:
$Id: ArithmeticOperator.java,v 1.2 2001/06/07 21:26:00 duns Exp $
Author:
Mark Donszelmann

Field Summary
static Class[] operators
           
protected  PSRandom random
           
 
Fields inherited from class org.freehep.postscript.PSOperator
operandTypes
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
ArithmeticOperator()
           
 
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, 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

operators

public static Class[] operators
Constructor Detail

ArithmeticOperator

public ArithmeticOperator()

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.