android.graphics
public
static
final
enum
android.graphics.Paint.Join
The Join specifies the treatment where lines and curve segments
join on a stroked path. The default is MITER.
Summary
Enum Values
| Join |
BEVEL |
The outer edges of a join meet with a straight line
|
| Join |
MITER |
The outer edges of a join meet at a sharp angle
|
| Join |
ROUND |
The outer edges of a join meet in a circular arc. |
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
Join
BEVEL
The outer edges of a join meet with a straight line
public
static
final
Join
MITER
The outer edges of a join meet at a sharp angle
public
static
final
Join
ROUND
The outer edges of a join meet in a circular arc.
Public Methods
public
static
final
Join[]
values()