|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObject
public abstract class PdfObject
Abstract PDF object.
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 |
---|
public PdfObject()
Method Detail |
---|
public abstract Object clone(File context)
public abstract void writeTo(IOutputStream stream)
protected Object clone()
clone
in class Object
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |