Uses of Class
uk.ac.kcl.cch.jb.pliny.pdfAnnot.model.PdfResource

Packages that use PdfResource
uk.ac.kcl.cch.jb.pliny.pdfAnnot.figures   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.parts   
 

Uses of PdfResource in uk.ac.kcl.cch.jb.pliny.pdfAnnot.figures
 

Constructors in uk.ac.kcl.cch.jb.pliny.pdfAnnot.figures with parameters of type PdfResource
PdfPageFigure(PdfResource resource, int imageShiftX, int imageShiftY)
           
 

Uses of PdfResource in uk.ac.kcl.cch.jb.pliny.pdfAnnot.parts
 

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot.parts that return PdfResource
 PdfResource PdfResourcePart.getPdfResource()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.pdfAnnot.parts with parameters of type PdfResource
PdfResourcePart(PdfResource data)