java.lang.Object | ||
↳ | java.lang.Enum <E extends java.lang.Enum <E>> | |
↳ | android.graphics.Paint.Align |
Align specifies how drawText aligns its text relative to the [x,y] coordinates. The default is LEFT.
Enum Values | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Paint.Align | CENTER | The text is drawn centered horizontally on the x,y origin | |||||||||||||||||||||||||||||||
Paint.Align | LEFT | The text is drawn to the right of the x,y origin | |||||||||||||||||||||||||||||||
Paint.Align | RIGHT | The text is drawn to the left of the x,y origin |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
|
|||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
java.lang.Comparable
|
The text is drawn centered horizontally on the x,y origin
The text is drawn to the right of the x,y origin
The text is drawn to the left of the x,y origin