public static enum Polyline.JoinStyle extends Enum<Polyline.JoinStyle>
| Modifier and Type | Method and Description |
|---|---|
static Polyline.JoinStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polyline.JoinStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Polyline.JoinStyle BEVEL
public static final Polyline.JoinStyle MITER
public static final Polyline.JoinStyle ROUND
public static final Polyline.JoinStyle CURVED
public static Polyline.JoinStyle[] values()
for (Polyline.JoinStyle c : Polyline.JoinStyle.values()) System.out.println(c);
public static Polyline.JoinStyle 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 null

© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License