Uses of Interface
com.qoppa.pdf.dom.IPDFPage

Packages that use IPDFPage
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer.actions Classes that represent user actions. 
com.qoppa.pdfViewer.panels Interfaces to the helper panels, such as bookmarks and thumbnails. 
 

Uses of IPDFPage in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return IPDFPage
 IPDFPage AnnotationComponent.getPage()
          Returns the page in which this annotation component is located.
 

Uses of IPDFPage in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return IPDFPage
 IPDFPage IPDFDocument.getIPage(int pageIndex)
          Returns an object that implements IPDFPage given the page number.
 

Uses of IPDFPage in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type IPDFPage
 void IPDFListener.annotAdded(PDFNotesBean notesBean, Annotation newAnnot, IPDFPage pdfPage, int pageIndex)
          This method is called by PDFNotesBean after a new annotation was added.
 

Uses of IPDFPage in com.qoppa.pdfViewer.actions
 

Methods in com.qoppa.pdfViewer.actions that return IPDFPage
 IPDFPage GotoPageAction.getPage()
          Returns the page for this GotoPageAction.
 

Constructors in com.qoppa.pdfViewer.actions with parameters of type IPDFPage
GotoPageAction(IPDFPage pdfPage)
          Constructs a GotoPageAction with an IPDFPage.
GotoPageAction(IPDFPage pdfPage, int x, int y, double scale)
          Constructs a GotoPageAction with an IPDFPage and with values to set the x and y coordinates as well as the zoom scale.
GotoPageAction(IPDFPage pdfPage, int zoomMode)
          Constructs a GotoPageAction with an IPDFPage and a zoom mode.
 

Uses of IPDFPage in com.qoppa.pdfViewer.panels
 

Methods in com.qoppa.pdfViewer.panels that return IPDFPage
 IPDFPage PageThumbnail.getPage()
          Returns the PDF page that this thumbnail represents.