android.graphics
public
static
final
enum
android.graphics.Paint.Align
Align specifies how drawText aligns its text relative to the
[x,y] coordinates. The default is LEFT.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
public
static
final
Paint.Align
CENTER
The text is drawn centered horizontally on the x,y origin
public
static
final
Paint.Align
LEFT
The text is drawn to the right of the x,y origin
public
static
final
Paint.Align
RIGHT
The text is drawn to the left of the x,y origin
Public Methods
public
static
final
Align[]
values()