PDF Clown
0.0.8

it.stefanochizzolini.clown.objects
Class PdfDirectObject

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObject
      extended by it.stefanochizzolini.clown.objects.PdfDataObject
          extended by it.stefanochizzolini.clown.objects.PdfDirectObject
All Implemented Interfaces:
Cloneable, Comparable<PdfDirectObject>
Direct Known Subclasses:
PdfArray, PdfAtomicObject, PdfDictionary, PdfReference

public abstract class PdfDirectObject
extends PdfDataObject
implements Comparable<PdfDirectObject>

Abstract PDF direct object.

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

Constructor Summary
PdfDirectObject()
           
 
Method Summary
protected  Object clone()
           
abstract  int compareTo(PdfDirectObject obj)
           
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObject
clone, writeTo
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfDirectObject

public PdfDirectObject()
Method Detail

compareTo

public abstract int compareTo(PdfDirectObject obj)
Specified by:
compareTo in interface Comparable<PdfDirectObject>

clone

protected Object clone()
Overrides:
clone in class PdfDataObject

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.