Method Summary |
|
public Object | clone() Returns a deep copy of this object. |
public boolean | equals(Object obj) Compares two PjNumber objects for equality.
Parameters: obj - the reference object to compare to. |
public float | getFloat() Returns the floating point value of this object. |
public int | getInt() Returns the integer value of this object. |
public long | getLong() Returns the long value of this object. |
public int | hashCode() Returns a hash code value for the object. |
public boolean | isInteger() Determines whether this number is an integer. |
public long | writePdf(OutputStream os) Writes this number object to a stream in PDF format.
Parameters: os - the stream to write to. |