com.etymon.pj.object
Class PjPagesNode
java.lang.Object
|
+--com.etymon.pj.object.BaseObject
|
+--com.etymon.pj.object.PjObject
|
+--com.etymon.pj.object.PjDictionary
|
+--com.etymon.pj.object.PjPagesNode
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- PjPage, PjPages
- public abstract class PjPagesNode
- extends PjDictionary
A representation of a dictionary node in a PDF Pages tree (abstract base class).
|
Constructor Summary |
PjPagesNode()
Creates a new Pages dictionary node. |
PjPagesNode(java.util.Hashtable h)
Creates a Pages dictionary node as a wrapper around a Hashtable. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PjPagesNode
public PjPagesNode()
- Creates a new Pages dictionary node.
PjPagesNode
public PjPagesNode(java.util.Hashtable h)
- Creates a Pages dictionary node as a wrapper around a Hashtable.
- Parameters:
h - the Hashtable to use for this dictionary node.
setParent
public void setParent(PjReference parent)
getParent
public PjReference getParent()
throws InvalidPdfObjectException
setMediaBox
public void setMediaBox(PjRectangle mediaBox)
setMediaBox
public void setMediaBox(PjReference mediaBox)
getMediaBox
public PjObject getMediaBox()
throws InvalidPdfObjectException
setResources
public void setResources(PjResources resources)
setResources
public void setResources(PjReference resources)
getResources
public PjObject getResources()
throws InvalidPdfObjectException
setCropBox
public void setCropBox(PjRectangle cropBox)
setCropBox
public void setCropBox(PjReference cropBox)
getCropBox
public PjObject getCropBox()
throws InvalidPdfObjectException
setRotate
public void setRotate(PjNumber rotate)
setRotate
public void setRotate(PjReference rotate)
getRotate
public PjObject getRotate()
throws InvalidPdfObjectException
setDur
public void setDur(PjNumber dur)
setDur
public void setDur(PjReference dur)
getDur
public PjObject getDur()
throws InvalidPdfObjectException
setHid
public void setHid(PjBoolean hid)
setHid
public void setHid(PjReference hid)
getHid
public PjObject getHid()
throws InvalidPdfObjectException
setTrans
public void setTrans(PjDictionary trans)
setTrans
public void setTrans(PjReference trans)
getTrans
public PjObject getTrans()
throws InvalidPdfObjectException
setAA
public void setAA(PjDictionary aA)
setAA
public void setAA(PjReference aA)
getAA
public PjObject getAA()
throws InvalidPdfObjectException