org.hccp.pdf
Class Numeric

java.lang.Object
  |
  +--org.hccp.pdf.Numeric
All Implemented Interfaces:
DocumentObject

public class Numeric
extends java.lang.Object
implements DocumentObject


Constructor Summary
Numeric(double d)
           
Numeric(int i)
           
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Numeric

public Numeric(int i)

Numeric

public Numeric(double d)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject