PDF Clown
0.0.8

it.stefanochizzolini.clown.objects
Class PdfObject

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObject
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PdfDataObject, PdfIndirectObject

public abstract class PdfObject
extends Object
implements Cloneable

Abstract PDF object.

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

Constructor Summary
PdfObject()
           
 
Method Summary
protected  Object clone()
           
abstract  Object clone(File context)
          Gets the clone of the object, registered inside the given file context.
abstract  void writeTo(IOutputStream stream)
          Serializes the object to the given stream.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfObject

public PdfObject()
Method Detail

clone

public abstract Object clone(File context)
Gets the clone of the object, registered inside the given file context.


writeTo

public abstract void writeTo(IOutputStream stream)
Serializes the object to the given stream.


clone

protected Object clone()
Overrides:
clone in class Object

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.