|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.PdfObject
The abstract superclass of all basic PDF object types. It is a requirement that any classes that extend this class be immutable.
| Constructor Summary | |
PdfObject()
|
|
| Method Summary | |
java.lang.Object |
clone()
Returns a shallow copy of this instance. |
boolean |
equals(java.lang.Object obj)
Compares this instance with another PDF object for equality. |
PdfObject |
filter(PdfObjectFilter f)
Filter this object recursively through PdfObjectFilter. |
int |
hashCode()
Returns a hash code for this object. |
java.lang.String |
toString()
Returns a string representation of this instance in PDF format. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PdfObject()
| Method Detail |
public PdfObject filter(PdfObjectFilter f)
throws PdfFormatException
PdfObjectFilter. The filtered object is
returned.
PdfFormatExceptionpublic java.lang.Object clone()
public boolean equals(java.lang.Object obj)
obj - the object to compare this instance with.
true if the PDF objects are equal.public int hashCode()
public java.lang.String toString()
|
Copyright © 1998-2004 Etymon Systems, Inc. The PDF data structures, operators, and specification are |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||