public class PjProcSet extends PjArray
Constructor and Description |
---|
PjProcSet()
Creates a ProcSet object.
|
PjProcSet(java.util.Vector v)
Creates a ProcSet as a wrapper around a Vector.
|
Modifier and Type | Method and Description |
---|---|
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.
|
cloneVector, getVector, renumber, writePdf
public PjProcSet()
public PjProcSet(java.util.Vector v)
v
- the Vector to use for this ProcSet.public static boolean isLike(PjArray array)
array
- the array to examine.