Uses of Class
com.etymon.pj.object.PjArray

Packages that use PjArray
com.etymon.pj   
com.etymon.pj.object   
com.etymon.pj.object.pagemark   
 

Uses of PjArray in com.etymon.pj
 

Fields in com.etymon.pj declared as PjArray
private  PjArray StreamParser._a1
           
 

Uses of PjArray in com.etymon.pj.object
 

Subclasses of PjArray in com.etymon.pj.object
 class PjProcSet
          A representation of the PDF ProcSet type.
 class PjRectangle
          A representation of the PDF Rectangle type.
 

Methods in com.etymon.pj.object with parameters of type PjArray
static boolean PjProcSet.isLike(PjArray array)
          Examines an array to see if it is a PDF ProcSet object.
static boolean PjRectangle.isLike(PjArray array)
          Examines an array to see if it is a PDF Rectangle object.
 void PjPage.setAnnots(PjArray annots)
           
 void PjPage.setB(PjArray b)
           
 void PjResources.setColorSpace(PjArray colorSpace)
           
 void PjPage.setContents(PjArray contents)
           
 void PjEncoding.setDifferences(PjArray differences)
           
 void PjStreamDictionary.setFFilter(PjArray fFilter)
           
 void PjStreamDictionary.setFilter(PjArray filter)
           
 void PjPages.setKids(PjArray kids)
           
 void PjCatalog.setOpenAction(PjArray openAction)
           
 

Uses of PjArray in com.etymon.pj.object.pagemark
 

Fields in com.etymon.pj.object.pagemark declared as PjArray
private  PjArray XXTJ._array
           
private  PjArray Xd._array
           
 

Methods in com.etymon.pj.object.pagemark that return PjArray
 PjArray XXTJ.getArray()
           
 PjArray Xd.getArray()
           
 

Constructors in com.etymon.pj.object.pagemark with parameters of type PjArray
Xd(PjArray array, PjNumber phase)
           
XXTJ(PjArray array)