|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObject org.pdfclown.objects.PdfDataObject org.pdfclown.objects.PdfDirectObject org.pdfclown.objects.PdfSimpleObject<TValue> org.pdfclown.objects.PdfNumber<TValue>
public abstract class PdfNumber<TValue extends Number>
PDF number object [PDF:1.6:3.2.2].
Constructor Summary | |
---|---|
PdfNumber()
|
Method Summary | |
---|---|
int |
compareTo(PdfDirectObject obj)
|
boolean |
equals(Object object)
|
abstract double |
getDoubleValue()
Gets the double-precision floating-point representation of the value. |
abstract float |
getFloatValue()
Gets the floating-point representation of the value. |
abstract int |
getIntValue()
Gets the integer representation of the value. |
Number |
getValue()
Gets the high-level representation of the value. |
int |
hashCode()
|
Methods inherited from class org.pdfclown.objects.PdfSimpleObject |
---|
clone, get, getParent, getRawValue, getValue, getValue, isUpdateable, isUpdated, isVirtual, setRawValue, setUpdateable, setUpdated, setValue, setVirtual, swap, toString |
Methods inherited from class org.pdfclown.objects.PdfObject |
---|
clone, clone, getContainer, getDataContainer, getFile, getIndirectObject, getReference, resolve, resolve, unresolve, unresolve, update, writeTo |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.pdfclown.objects.IVisitable |
---|
accept |
Constructor Detail |
---|
public PdfNumber()
Method Detail |
---|
public final int compareTo(PdfDirectObject obj)
compareTo
in interface Comparable<PdfDirectObject>
compareTo
in class PdfDirectObject
public final boolean equals(Object object)
equals
in class PdfSimpleObject<TValue extends Number>
public abstract double getDoubleValue()
public abstract float getFloatValue()
public abstract int getIntValue()
public Number getValue()
PdfSimpleObject
getValue
in class PdfSimpleObject<TValue extends Number>
public int hashCode()
hashCode
in class PdfSimpleObject<TValue extends Number>
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |