java.lang.Object | ||
↳ | java.lang.Enum<android.graphics.Paint.Join> | |
↳ | android.graphics.Paint.Join |
The Join specifies the treatment where lines and curve segments join on a stroked path. The default is MITER.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Paint.Join | BEVEL | The outer edges of a join meet with a straight line | |||||||||
Paint.Join | MITER | The outer edges of a join meet at a sharp angle | |||||||||
Paint.Join | ROUND | The outer edges of a join meet in a circular arc. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The outer edges of a join meet with a straight line
The outer edges of a join meet at a sharp angle
The outer edges of a join meet in a circular arc.