No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | android.graphics.Paint.Cap |
The Cap specifies the treatment for the beginning and ending of stroked lines and paths. The default is BUTT.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Paint.Cap | BUTT | The stroke ends with the path, and does not project beyond it. | |||||||||
Paint.Cap | ROUND | The stroke projects out as a semicircle, with the center at the end of the path. | |||||||||
Paint.Cap | SQUARE | The stroke projects out as a square, with the center at the end of the path. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|||||||||
|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
The stroke projects out as a semicircle, with the center at the end of the path.
The stroke projects out as a square, with the center at the end of the path.