public class CalloutDrawingTool extends FreeTextDrawingTool
Constructor and Description |
---|
CalloutDrawingTool(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
dragged(MotionEvent e)
This is called when the annotation is initially draw/placed
|
int |
getElbowLength()
Get the initial elbow length of the arrow within the callout.
|
int |
getTextBoxHeight()
Get the initial height of the text box within the callout.
|
int |
getTextBoxWidth()
Get the initial width of the text box within the callout.
|
void |
setElbowLength(int elbowLength)
Set the initial elbow length of the arrow within the callout.
|
void |
setTextBoxHeight(int textBoxHeight)
Set the initial height of the text box within the callout.
|
void |
setTextBoxWidth(int textBoxWidth)
Set the initial width of the text box within the callout.
|
getInitFont, getInitFontSize, getInitTextColor, setInitAlpha, setInitBorderColor, setInitBorderWidth, setInitFillColor, setInitFont, setInitFontSize, setInitHasBorderColor, setInitHasFillColor, setInitTextColor, supportsFillColor
released
doubleTap, getInitAlpha, getInitBorderColor, getInitBorderWidth, getInitFillColor, isInitHasBorderColor, isInitHasFillColor, startDrawing
getPressed, pressed
delete, getAnnot, getBounds, getDirtyRect, getPageView, getScreenLocation, getViewer, showNote, singleTap
public int getTextBoxWidth()
public void setTextBoxWidth(int textBoxWidth)
public int getTextBoxHeight()
public void setTextBoxHeight(int textBoxHeight)
public int getElbowLength()
public void setElbowLength(int elbowLength)
public void dragged(MotionEvent e)
com.qoppa.notes.views.annotcomps.AnnotComponentMovable
dragged
in class ShapeDrawingTool