public static enum GStroke.Join extends Enum<GStroke.Join>
Enum Constant and Description |
---|
BEVEL
The "bevel" join looks like a "miter" join with the hard edge cut off.
|
MITER
"Miter" join is a hard edge around the joining point like the edge of a triangle including the point itself.
|
ROUND
The "round" join smoothes out the line join around the point.
|
Modifier and Type | Method and Description |
---|---|
static GStroke.Join |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GStroke.Join[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GStroke.Join MITER
public static final GStroke.Join ROUND
public static final GStroke.Join BEVEL
public static GStroke.Join[] values()
for (GStroke.Join c : GStroke.Join.values()) System.out.println(c);
public static GStroke.Join valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nulliizi® is a registered trademark of Mindus SARL. © Copyright 2019 Mindus SARL. All rights reserved.