|
||||||||||
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
public abstract class PjObject
A PDF object representation. This is the base class for all high level PDF objects.
Constructor Summary | |
---|---|
PjObject()
|
Method Summary | |
---|---|
void |
renumber(java.util.Hashtable map)
Renumbers object references within this object. |
Methods inherited from class com.etymon.pj.object.BaseObject |
---|
clone, toString, write, write, write, writeln, writePdf |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PjObject()
Method Detail |
---|
public void renumber(java.util.Hashtable map)
map
- the table of object number mappings. Each
object number is looked up by key in the hash table, and
the associated value is assigned as the new object number.
The map hash table should consist of PjNumber keys and
PjReference values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |