|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObject
it.stefanochizzolini.clown.objects.PdfDataObject
it.stefanochizzolini.clown.objects.PdfDirectObject
it.stefanochizzolini.clown.objects.PdfAtomicObject<TValue>
public abstract class PdfAtomicObject<TValue>
Abstract PDF atomic object.
Constructor Summary | |
---|---|
PdfAtomicObject()
|
Method Summary | |
---|---|
protected Object |
clone()
|
TValue |
getRawValue()
Gets the low-level representation of the value. |
Object |
getValue()
Gets the high-level representation of the value. |
void |
setRawValue(TValue value)
Sets the low-level representation of the value. |
void |
setValue(Object value)
Sets the high-level representation of the value. |
String |
toString()
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfDirectObject |
---|
compareTo |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObject |
---|
clone, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PdfAtomicObject()
Method Detail |
---|
public TValue getRawValue()
public Object getValue()
public void setRawValue(TValue value)
public void setValue(Object value)
public String toString()
toString
in class Object
protected Object clone()
clone
in class PdfDirectObject
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |