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
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.Join
BEVEL
The outer edges of a join meet with a straight line
public
static
final
Paint.Join
MITER
The outer edges of a join meet at a sharp angle
public
static
final
Paint.Join
ROUND
The outer edges of a join meet in a circular arc.
Public Methods
public
static
final
Join[]
values()