public final class JoinStyle
extends java.lang.Object
Stroke.getJoinStyle(),
Stroke.setJoinStyle(int)| Modifier and Type | Field and Description |
|---|---|
static int |
BEVEL
Join edges by a straight line.
|
static int |
length |
static int |
MITER
Extend edges until they join.
|
static int |
ROUND
Draw an arc between the two edges.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String joinStyleName) |
static java.lang.String |
getName(int joinStyle) |
static int[] |
getValues() |
static java.lang.String |
toString(int joinStyle) |