COSObjectablepublic class PDThreadBead extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDThreadBead() |
Default constructor.
|
PDThreadBead(COSDictionary b) |
Constructor that is used for a preexisting dictionary.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendBead(PDThreadBead append) |
Append a bead after this bead.
|
COSDictionary |
getCOSObject() |
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.
|
public PDThreadBead(COSDictionary b)
b - The underlying dictionary.public PDThreadBead()
public COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic PDThread getThread()
public void setThread(PDThread thread)
thread - The thread that this bead is part of.public PDThreadBead getNextBead()
protected final void setNextBead(PDThreadBead next)
next - The next bead.public PDThreadBead getPreviousBead()
protected final 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.Copyright © 2002–2018. All rights reserved.