public class CalloutAnnotSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALPHA
Int ranging from 0 to 255 for the annotation's transparency.
|
static int |
BORDER_COLOR
Boolean indicating if the annotation has a border color.
|
static float |
BORDER_WIDTH
Border width for the annotation.
|
static int |
ELBOW_LENGTH
The length of the section of the callout line that extends from the text area.
|
static int |
FILL_COLOR
Color-int for the annotation's border color.
|
static java.lang.String |
FONT
|
static float |
FONT_SIZE
The font size.
|
static boolean |
HAS_FILL_COLOR
Boolean indicating if the annotation has a fill color.
|
static boolean |
IS_SAVEAS_DEFAULT
When true, modifications made in this Annotation's properties dialog
will be saved as the default settings for this Annotation's appearance.
|
static boolean |
IS_TOOL_STICKY
When true the drawing tool for this annotation will remain selected after
drawing finishes, so that the next touch on the screen will being drawing
a new annotation.
|
static int |
TEXT_BOX_HEIGHT
The height of the text are within the callout.
|
static int |
TEXT_BOX_WIDTH
The width of the text area within the callout.
|
static int |
TEXT_COLOR
Color-int for the annotation's text color.
|
Constructor and Description |
---|
CalloutAnnotSettings() |
public static boolean IS_SAVEAS_DEFAULT
public static boolean IS_TOOL_STICKY
public static float BORDER_WIDTH
public static int BORDER_COLOR
public static boolean HAS_FILL_COLOR
public static int FILL_COLOR
android.graphics.Color#RED
.public static int TEXT_COLOR
android.graphics.Color#BLACK
.public static int ALPHA
public static java.lang.String FONT
FreeText.HELVETICA
, FreeText.COURIER
, or FreeText.TIMESROMAN
. Defaults to Helvetica.public static float FONT_SIZE
public static int TEXT_BOX_WIDTH
public static int TEXT_BOX_HEIGHT
public static int ELBOW_LENGTH