PDF Clown
0.0.8

it.stefanochizzolini.clown.objects
Class PdfAtomicObject<TValue>

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObject
      extended by it.stefanochizzolini.clown.objects.PdfDataObject
          extended by it.stefanochizzolini.clown.objects.PdfDirectObject
              extended by it.stefanochizzolini.clown.objects.PdfAtomicObject<TValue>
All Implemented Interfaces:
Cloneable, Comparable<PdfDirectObject>
Direct Known Subclasses:
PdfBoolean, PdfInteger, PdfName, PdfReal, PdfString

public abstract class PdfAtomicObject<TValue>
extends PdfDirectObject

Abstract PDF atomic object.

Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

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

PdfAtomicObject

public PdfAtomicObject()
Method Detail

getRawValue

public TValue getRawValue()
Gets the low-level representation of the value.


getValue

public Object getValue()
Gets the high-level representation of the value.


setRawValue

public void setRawValue(TValue value)
Sets the low-level representation of the value.


setValue

public void setValue(Object value)
Sets the high-level representation of the value.


toString

public String toString()
Overrides:
toString in class Object

clone

protected Object clone()
Overrides:
clone in class PdfDirectObject

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.