|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmultivalent.std.adaptor.pdf.COSSource
Abstract superclass for classes that can produce PDF COS objects.
getObject(Object), getObjCnt() getTrailer()
connected(Object)
getDecodeParms(Dict, String),
getVersion()}
| Constructor Summary | |
|---|---|
COSSource()
|
|
| Method Summary | |
|---|---|
java.util.List<IRef> |
connected(java.lang.Object obj)
Returns list of IRefs to objects reachable from object obj connected by nested data structures or indirect references. |
abstract Dict |
getCatalog()
|
java.lang.Object |
getDecodeParms(Dict stream,
java.lang.String filter)
Returns DecodeParms associated with filter; or if no filter by that name returns null. |
abstract int |
getObjCnt()
|
abstract java.lang.Object |
getObject(java.lang.Object ref)
|
int |
getObjInt(java.lang.Object ref)
Convenience method for ((Number)getObject(ref)).intValue(). |
abstract Dict |
getTrailer()
|
abstract phelps.util.Version |
getVersion()
Returns the major version of PDF used; for example, for PDF 1.4. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COSSource()
| Method Detail |
|---|
public abstract java.lang.Object getObject(java.lang.Object ref)
throws java.io.IOException
java.io.IOExceptionpublic abstract int getObjCnt()
public abstract Dict getCatalog()
throws java.io.IOException
java.io.IOExceptionpublic abstract Dict getTrailer()
public int getObjInt(java.lang.Object ref)
throws java.io.IOException
((Number)getObject(ref)).intValue().
java.io.IOException
public java.util.List<IRef> connected(java.lang.Object obj)
throws java.io.IOException
IRefs to objects reachable from object obj connected by nested data structures or indirect references.
java.io.IOExceptionpublic abstract phelps.util.Version getVersion()
public java.lang.Object getDecodeParms(Dict stream,
java.lang.String filter)
throws java.io.IOException
java.io.IOException
|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||