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, supportsFillColor
delete, getAnnot, getBounds, getDirtyRect, getPageView, getViewer, showNote, singleTap
public void startDrawing(PointF initPoint, PDFPageView pageView)
startDrawing
in class AnnotDrawingTool
public void pressed(MotionEvent e)
pressed
in class com.qoppa.notes.views.annotcomps.AnnotComponentMovable
public RectF getScreenLocation()
getScreenLocation
in class AnnotComponent
public void dragged(MotionEvent e)
com.qoppa.notes.views.annotcomps.AnnotComponentMovable
dragged
in class com.qoppa.notes.views.annotcomps.AnnotComponentMovable
public void released(MotionEvent e)
released
in class AnnotDrawingTool