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, supportsFillColorreleaseddoubleTap, getInitAlpha, getInitBorderColor, getInitBorderWidth, getInitFillColor, isInitHasBorderColor, isInitHasFillColor, startDrawinggetPressed, presseddelete, getAnnot, getBounds, getDirtyRect, getPageView, getScreenLocation, getViewer, showNote, singleTappublic 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.AnnotComponentMovabledragged in class ShapeDrawingTool