|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.pdf.PDFObject
public abstract class PDFObject
A pdf object.
| Constructor Summary | |
|---|---|
PDFObject()
|
|
| Method Summary | |
|---|---|
abstract int |
getId()
Returns the object id. |
abstract void |
writeObject(PDFWriter out)
Writes the object to the stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFObject()
| Method Detail |
|---|
public abstract int getId()
public abstract void writeObject(PDFWriter out)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||