FreeHEP API
Version v1.2.2

org.freehep.postscript
Class PaintingOperator

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

public class PaintingOperator
extends PSOperator

Painting Operators for PostScript Processor

Version:
$Id: PaintingOperator.java,v 1.20 2003/11/12 18:46:11 duns Exp $
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
PaintingOperator()
           
 
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

PaintingOperator

public PaintingOperator()
Method Detail

execute

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

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.