Package | Description |
---|---|
com.qoppa.notes | |
com.qoppa.notes.views.annotcomps.drawingtools | |
com.qoppa.viewer | |
com.qoppa.viewer.views | |
com.qoppa.viewer.views.annotcomps |
Modifier and Type | Method and Description |
---|---|
Dialog |
QPDFNotesView.initPageContextDialog(PDFPageView pageView,
PointF location) |
void |
QPDFNotesView.paste(PDFPageView pageView,
PointF location)
If the clipboard contains an annotation, pastes it onto the page at the given location.
|
Modifier and Type | Method and Description |
---|---|
void |
BlackSquareDrawingTool.startDrawing(PointF initPoint,
PDFPageView pageView) |
void |
AnnotDrawingTool.startDrawing(PointF initPoint,
PDFPageView pageView) |
Modifier and Type | Method and Description |
---|---|
PDFPageView |
QPDFViewerView.getPageView(int pageIndex)
Returns a view representing the PDFPage for the given pageIndex.
|
PDFPageView |
QPDFViewerView.getPageView(PDFPage page)
Returns a view representing the PDFPage for the given page.
|
Modifier and Type | Method and Description |
---|---|
void |
QPDFViewerView.redrawCachedAnnots(PDFPageView view)
PDF content is cached so it can be redrawn quickly as the user scrolls.
|
void |
QPDFViewerView.redrawContent(PDFPageView view)
Content for each PDFPage is cached.
|
Modifier and Type | Method and Description |
---|---|
void |
PageViewOverlay.onDraw(PDFPageView view,
Canvas canvas)
Implement this method to draw custom content on top of the PDFPageView.
|
Modifier and Type | Method and Description |
---|---|
PDFPageView |
AnnotComponent.getPageView() |
Constructor and Description |
---|
LinkComponent(Annotation annot,
PDFPageView pageView) |