public class AnnotComponent
extends View
QPDFViewerView.getSelectedAnnotation()
.Constructor and Description |
---|
AnnotComponent(Annotation annot,
View pageView) |
AnnotComponent(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method can be called to delete the Annotation from the document.
|
void |
doubleTap(MotionEvent e) |
void |
dragged(MotionEvent e) |
Annotation |
getAnnot() |
Rect |
getBounds() |
Rect |
getDirtyRect() |
PDFPageView |
getPageView() |
RectF |
getScreenLocation() |
QPDFViewerView |
getViewer() |
void |
pressed(MotionEvent e) |
void |
released(MotionEvent e) |
void |
remove() |
void |
showNote() |
void |
singleTap(MotionEvent e) |
public AnnotComponent(Context context)
public AnnotComponent(Annotation annot, View pageView)
public RectF getScreenLocation()
public Rect getDirtyRect()
public void delete()
public Rect getBounds()
public Annotation getAnnot()
public PDFPageView getPageView()
public void remove()
public void pressed(MotionEvent e)
public void dragged(MotionEvent e)
public void released(MotionEvent e)
public void singleTap(MotionEvent e)
public void doubleTap(MotionEvent e)
public void showNote()
public QPDFViewerView getViewer()