| Package | Description | 
|---|---|
| com.qoppa.notes.views.annotcomps.drawingtools | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CalloutDrawingTool | 
| class  | CircleDrawingToolA DrawingTool implementation that, in  initAnnot(PointF), instantiates a Circle Annotation using the values fromCircleAnnotSettings; 
 adjusts the Circle's bounds as the user drags; and callsCircleDrawingTool.finishDrawing()when the user releases. | 
| class  | FreeTextDrawingToolA DrawingTool implementation that, in  initAnnot(PointF), instantiates a FreeText Annotation using the values fromFreeTextAnnotSettings; 
 adjusts the Annotations's bounds as the user drags; and callsFreeTextDrawingTool.finishDrawing()when the user releases. | 
| class  | NoteDrawingToolA DrawingTool implementation that, in  NoteDrawingTool.initAnnot(PointF), instantiates a Note Annotation using the values fromNoteAnnotSettings; 
 adjusts the Annotations's bounds as the user drags; and callsNoteDrawingTool.finishDrawing()when the user releases. | 
| class  | SquareDrawingToolA DrawingTool implementation that, in  initAnnot(PointF), instantiates a Square Annotation using the values fromSquareAnnotSettings; 
 adjusts the Annotations's bounds as the user drags; and callsSquareDrawingTool.finishDrawing()when the user releases. | 
| class  | TypeWriterDrawingTool |