|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.etymon.pj.object.BaseObject
com.etymon.pj.object.PjObject
com.etymon.pj.object.PjNull
public class PjNull
A representation of the PDF null type.
| Constructor Summary | |
|---|---|
PjNull()
Creates a null object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object. |
boolean |
equals(java.lang.Object obj)
Compares two PjNull objects for equality. |
long |
writePdf(java.io.OutputStream os)
Writes this object (null) to a stream in PDF format. |
| Methods inherited from class com.etymon.pj.object.PjObject |
|---|
renumber |
| Methods inherited from class com.etymon.pj.object.BaseObject |
|---|
toString, write, write, write, writeln |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PjNull()
| Method Detail |
|---|
public long writePdf(java.io.OutputStream os)
throws java.io.IOException
writePdf in class BaseObjectos - the stream to write to.
java.io.IOException - if an I/O error occurs.public java.lang.Object clone()
clone in class BaseObjectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object to compare to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||