|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.etymon.pj.object.BaseObject
com.etymon.pj.object.PjObject
com.etymon.pj.object.PjArray
com.etymon.pj.object.PjProcSet
public class PjProcSet
A representation of the PDF ProcSet type.
| Field Summary |
|---|
| Fields inherited from class com.etymon.pj.object.PjArray |
|---|
_v |
| Constructor Summary | |
|---|---|
PjProcSet()
Creates a ProcSet object. |
|
PjProcSet(java.util.Vector v)
Creates a ProcSet as a wrapper around a Vector. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object. |
static boolean |
isLike(PjArray array)
Examines an array to see if it is a PDF ProcSet object. |
| Methods inherited from class com.etymon.pj.object.PjArray |
|---|
cloneVector, getVector, renumber, writePdf |
| Methods inherited from class com.etymon.pj.object.BaseObject |
|---|
toString, write, write, write, writeln |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PjProcSet()
public PjProcSet(java.util.Vector v)
v - the Vector to use for this ProcSet.| Method Detail |
|---|
public static boolean isLike(PjArray array)
array - the array to examine.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class PjArrayjava.lang.CloneNotSupportedException - if the instance can not be cloned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||