|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream
This class represents an appearance for an annotation.
Constructor Summary | |
PDAppearanceStream(COSStream s)
Constructor. |
Method Summary | |
PDRectangle |
getBoundingBox()
Get the bounding box for this appearance. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
PDResources |
getResources()
This will get the resources for this appearance stream. |
COSStream |
getStream()
This will return the underlying stream. |
void |
setBoundingBox(PDRectangle rectangle)
This will set the bounding box for this appearance stream. |
void |
setResources(PDResources resources)
This will set the new resources. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDAppearanceStream(COSStream s)
s
- The cos stream for this appearance.Method Detail |
public COSStream getStream()
public COSBase getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
COSObjectable.getCOSObject()
public PDRectangle getBoundingBox()
public void setBoundingBox(PDRectangle rectangle)
rectangle
- The new bounding box.public PDResources getResources()
public void setResources(PDResources resources)
resources
- The new resources.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |