org.freehep.postscript
Class PSNumber

java.lang.Object
  extended by org.freehep.postscript.PSObject
      extended by org.freehep.postscript.PSSimple
          extended by org.freehep.postscript.PSNumber
All Implemented Interfaces:
Cloneable, Comparable
Direct Known Subclasses:
PSInteger, PSReal

public abstract class PSNumber
extends PSSimple
implements Comparable

Objects for PostScript Processor, as defined in 3.3 Data Types and Objects

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

Field Summary
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
PSNumber(String name)
           
 
Method Summary
 boolean execute(OperandStack os)
           
abstract  double getDouble()
           
 float getFloat()
           
abstract  int getInt()
           
 
Methods inherited from class org.freehep.postscript.PSSimple
copy
 
Methods inherited from class org.freehep.postscript.PSObject
checkAndExecute, clone, cvs, equals, error, getType, hashCode, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

PSNumber

public PSNumber(String name)
Method Detail

getFloat

public float getFloat()

execute

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

getDouble

public abstract double getDouble()

getInt

public abstract int getInt()
                    throws RangeException
Throws:
RangeException


Copyright © 2000-2006 FreeHEP. All Rights Reserved.