public final class LineCapStyle
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static LineCapStyle |
Butt
Stroke ends in butt caps.
|
static LineCapStyle |
Round
Stroke ends in round caps.
|
static LineCapStyle |
Square
Stroke ends in square caps.
|
| Modifier and Type | Method and Description |
|---|---|
static LineCapStyle |
valueOf(java.lang.String name) |
static LineCapStyle[] |
values() |
public static final LineCapStyle Butt
public static final LineCapStyle Round
public static final LineCapStyle Square
public static LineCapStyle[] values()
public static LineCapStyle valueOf(java.lang.String name)