public class PDFPageView
extends View
Constructor and Description |
---|
PDFPageView(QPDFViewerView viewer,
PDFPage page,
float scale) |
Modifier and Type | Method and Description |
---|---|
void |
addAnnot(Annotation annot) |
void |
annotAdded(com.qoppa.android.pdf.annotations.priv.QAnnotation annot) |
void |
annotDeleted(Annotation annot) |
void |
annotsFlattened() |
void |
clearTiles() |
void |
deleteAnnot(com.qoppa.android.pdf.annotations.priv.QAnnotation annot) |
int |
getCalculatedHeight() |
int |
getCalculatedWidth() |
PDFPage |
getPage() |
java.util.Vector<com.qoppa.viewer.utils.TextSearchResult> |
getTextSearchResults() |
QPDFViewerView |
getViewer() |
boolean |
isAnnotsInited() |
void |
setAnnots(java.util.Vector<Annotation> annots) |
void |
setPage(PDFPage page) |
void |
setTextSearchResults(java.util.Vector<com.qoppa.viewer.utils.TextSearchResult> textSearchResults) |
void |
zoomChanged(float newScale) |
public PDFPageView(QPDFViewerView viewer, PDFPage page, float scale)
public int getCalculatedWidth()
public int getCalculatedHeight()
public void zoomChanged(float newScale)
public PDFPage getPage()
public void setPage(PDFPage page)
public void annotsFlattened()
public void setAnnots(java.util.Vector<Annotation> annots)
public void setTextSearchResults(java.util.Vector<com.qoppa.viewer.utils.TextSearchResult> textSearchResults)
public java.util.Vector<com.qoppa.viewer.utils.TextSearchResult> getTextSearchResults()
public void deleteAnnot(com.qoppa.android.pdf.annotations.priv.QAnnotation annot)
public void annotDeleted(Annotation annot)
public void addAnnot(Annotation annot)
public void annotAdded(com.qoppa.android.pdf.annotations.priv.QAnnotation annot)
public QPDFViewerView getViewer()
public boolean isAnnotsInited()
public void clearTiles()