Modifier and Type | Field and Description |
---|---|
static int |
DA_FONT
The font flag of default appearance.
|
static int |
DA_TEXTCOLOR
The text color flag of default appearance.
|
static int |
DA_TEXTMATRIX
The text matrix flag of default appearance flag.
|
int |
flags
Flags of default appearance.
|
Font |
font
object of default appearance. |
float |
fontSize
Font size of default appearance.
|
int |
reserved
Reserved.
|
long |
textColor
Text color of default appearance.
|
android.graphics.Matrix |
textMatrix
Text matrix of default appearance.
|
Constructor and Description |
---|
DefaultAppearance() |
public static final int DA_FONT
public static final int DA_TEXTCOLOR
public static final int DA_TEXTMATRIX
public int flags
It can be one or a combination of the following flags:
public int reserved
public Font font
public float fontSize
public long textColor
0xAARRGGBB
.
Meaningful only when
contains flags
.DA_TEXTCOLOR
public android.graphics.Matrix textMatrix
Meaningful only when
contains flags
.DA_TEXTMATRIX