Package | Description |
---|---|
com.qoppa.notes | |
com.qoppa.notes.views.annotcomps.drawingtools |
Modifier and Type | Method and Description |
---|---|
void |
QPDFNotesView.startDrawingTool(AnnotDrawingTool tool)
Begin drawing with the given tool.
|
Modifier and Type | Class and Description |
---|---|
class |
BlackSquareDrawingTool |
class |
CalloutDrawingTool |
class |
CircleDrawingTool
A DrawingTool implementation that, in
ShapeDrawingTool.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 |
FreeHighlightDrawingTool
A subclass of InkDrawingTool which, instead, creates an Ink Annotation with using the FreeHiglight intent and the values in
FreeHighlightAnnotSettings . |
class |
FreeTextDrawingTool
A DrawingTool implementation that, in
ShapeDrawingTool.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 |
InkDrawingTool
A DrawingTool implementation that, in
InkDrawingTool.initAnnot(PointF) , instantiates an Ink Annotation using the values from InkHighlightAnnotSettings and
draws a gesture as the user drags. |
class |
LineDrawingTool
A DrawingTool implementation that, in
LineDrawingTool.initAnnot(PointF) , instantiates a Line Annotation using the values from LineAnnotSettings ; adjusts the Line's
bounds as the user drags; and calls LineDrawingTool.finishDrawing() when the user releases. |
class |
MarkupDrawingTool |
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 |
RubberStampDrawingTool
A DrawingTool implementation that instantiates a Stamp annotation of the given width and height with a custom painter.
|
class |
ShapeDrawingTool |
class |
SignatureDrawingTool |
class |
SquareDrawingTool
A DrawingTool implementation that, in
ShapeDrawingTool.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 |