PDF Clown
0.1.2

org.pdfclown.objects
Class PdfDirectObject

java.lang.Object
  extended by org.pdfclown.objects.PdfObject
      extended by org.pdfclown.objects.PdfDataObject
          extended by org.pdfclown.objects.PdfDirectObject
All Implemented Interfaces:
Cloneable, Comparable<PdfDirectObject>, IVisitable
Direct Known Subclasses:
PdfArray, PdfDictionary, PdfReference, PdfSimpleObject

public abstract class PdfDirectObject
extends PdfDataObject
implements Comparable<PdfDirectObject>

Abstract PDF direct object.

Version:
0.1.1, 11/01/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
protected PdfDirectObject()
           
 
Method Summary
abstract  int compareTo(PdfDirectObject obj)
           
 
Methods inherited from class org.pdfclown.objects.PdfObject
clone, clone, clone, getContainer, getDataContainer, getFile, getIndirectObject, getParent, getReference, isUpdateable, isUpdated, isVirtual, resolve, resolve, setUpdateable, setUpdated, setVirtual, swap, unresolve, unresolve, update, writeTo
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pdfclown.objects.IVisitable
accept
 

Constructor Detail

PdfDirectObject

protected PdfDirectObject()
Method Detail

compareTo

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

PDF Clown
0.1.2

Project home page

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