public static enum Fill.LineJoin extends Enum<Fill.LineJoin>
Modifier and Type | Method and Description |
---|---|
static Fill.LineJoin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fill.LineJoin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fill.LineJoin MITRE
public static final Fill.LineJoin ROUND
public static final Fill.LineJoin BEVEL
public static Fill.LineJoin[] values()
for (Fill.LineJoin c : Fill.LineJoin.values()) System.out.println(c);
public static Fill.LineJoin 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 nullCopyright © 2016 Laboratoire COGIT, IGN. All rights reserved.