public abstract class BlackSquareDrawingTool extends AnnotDrawingTool
| Constructor and Description |
|---|
BlackSquareDrawingTool(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
dragged(MotionEvent e)
This is called when the annotation is initially draw/placed
|
RectF |
getScreenLocation() |
void |
pressed(MotionEvent e) |
void |
released(MotionEvent e) |
void |
startDrawing(PointF initPoint,
PDFPageView pageView) |
doubleTap, getInitAlpha, getInitBorderColor, getInitBorderWidth, getInitFillColor, isInitHasBorderColor, isInitHasFillColor, setInitAlpha, setInitBorderColor, setInitBorderWidth, setInitFillColor, setInitHasBorderColor, setInitHasFillColor, supportsFillColordelete, getAnnot, getBounds, getDirtyRect, getPageView, getViewer, showNote, singleTappublic void startDrawing(PointF initPoint,
PDFPageView pageView)
startDrawing in class AnnotDrawingToolpublic void pressed(MotionEvent e)
pressed in class com.qoppa.notes.views.annotcomps.AnnotComponentMovablepublic RectF getScreenLocation()
getScreenLocation in class AnnotComponentpublic void dragged(MotionEvent e)
com.qoppa.notes.views.annotcomps.AnnotComponentMovabledragged in class com.qoppa.notes.views.annotcomps.AnnotComponentMovablepublic void released(MotionEvent e)
released in class AnnotDrawingTool