| Package | Description |
|---|---|
| com.qoppa.notes.views.annotcomps.drawingtools |
| Modifier and Type | Class and Description |
|---|---|
class |
CalloutDrawingTool |
class |
CircleDrawingTool
A DrawingTool implementation that, in
initAnnot(PointF), instantiates a Circle Annotation using the values from CircleAnnotSettings;
adjusts the Circle's bounds as the user drags; and calls CircleDrawingTool.finishDrawing() when the user releases. |
class |
FreeTextDrawingTool
A DrawingTool implementation that, in
initAnnot(PointF), instantiates a FreeText Annotation using the values from FreeTextAnnotSettings;
adjusts the Annotations's bounds as the user drags; and calls FreeTextDrawingTool.finishDrawing() when the user releases. |
class |
NoteDrawingTool
A DrawingTool implementation that, in
NoteDrawingTool.initAnnot(PointF), instantiates a Note Annotation using the values from NoteAnnotSettings;
adjusts the Annotations's bounds as the user drags; and calls NoteDrawingTool.finishDrawing() when the user releases. |
class |
SquareDrawingTool
A DrawingTool implementation that, in
initAnnot(PointF), instantiates a Square Annotation using the values from SquareAnnotSettings;
adjusts the Annotations's bounds as the user drags; and calls SquareDrawingTool.finishDrawing() when the user releases. |
class |
TypeWriterDrawingTool |