|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.cos.COSBase
public abstract class COSBase
The base object that all objects in the PDF document will extend.
| Constructor Summary | |
|---|---|
COSBase()
Constructor. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
accept(ICOSVisitor visitor)
visitor pattern double dispatch method. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
FilterManager |
getFilterManager()
This will get the filter manager to use to filter streams. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COSBase()
| Method Detail |
|---|
public FilterManager getFilterManager()
public COSBase getCOSObject()
getCOSObject in interface COSObjectable
public abstract java.lang.Object accept(ICOSVisitor visitor)
throws COSVisitorException
visitor - The object to notify when visiting this object.
COSVisitorException - If an error occurs while visiting this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||