public class DrawProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color |
int |
fontColor |
int |
fontSize |
android.graphics.Typeface |
fontType |
| Constructor and Description |
|---|
DrawProperties() |
DrawProperties(int color,
int fontColor,
int fontSize,
android.graphics.Typeface fontType) |