|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThreadBead
public class PDThreadBead
This a single bead in a thread in a PDF document.
Constructor Summary | |
---|---|
PDThreadBead()
Default constructor. |
|
PDThreadBead(COSDictionary b)
Constructor that is used for a preexisting dictionary. |
Method Summary | |
---|---|
void |
appendBead(PDThreadBead append)
Append a bead after this bead. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
This will get the underlying dictionary that this object wraps. |
PDThreadBead |
getNextBead()
This will get the next bead. |
PDPage |
getPage()
Get the page that this bead is part of. |
PDThreadBead |
getPreviousBead()
This will get the previous bead. |
PDRectangle |
getRectangle()
The rectangle on the page that this bead is part of. |
PDThread |
getThread()
This will get the thread that this bead is part of. |
protected void |
setNextBead(PDThreadBead next)
Set the next bead in the thread. |
void |
setPage(PDPage page)
Set the page that this bead is part of. |
protected void |
setPreviousBead(PDThreadBead previous)
Set the previous bead in the thread. |
void |
setRectangle(PDRectangle rect)
Set the rectangle on the page that this bead covers. |
void |
setThread(PDThread thread)
Set the thread that this bead is part of. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDThreadBead(COSDictionary b)
b
- The underlying dictionary.public PDThreadBead()
Method Detail |
---|
public COSDictionary getDictionary()
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public PDThread getThread()
public void setThread(PDThread thread)
thread
- The thread that this bead is part of.public PDThreadBead getNextBead()
protected void setNextBead(PDThreadBead next)
next
- The next bead.public PDThreadBead getPreviousBead()
protected void setPreviousBead(PDThreadBead previous)
previous
- The previous bead.public void appendBead(PDThreadBead append)
append
- The bead to insert.public PDPage getPage()
public void setPage(PDPage page)
page
- The page that this bead is on.public PDRectangle getRectangle()
public void setRectangle(PDRectangle rect)
rect
- The portion of the page that this bead covers.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |