public static enum Polyline.DashStyle extends Enum<Polyline.DashStyle>
Enum Constant and Description |
---|
DASH |
DASH_DOT |
DASH_DOT_DOT |
DOT |
SOLID |
Modifier and Type | Method and Description |
---|---|
static Polyline.DashStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polyline.DashStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Polyline.DashStyle SOLID
public static final Polyline.DashStyle DOT
public static final Polyline.DashStyle DASH
public static final Polyline.DashStyle DASH_DOT
public static final Polyline.DashStyle DASH_DOT_DOT
public static Polyline.DashStyle[] values()
for (Polyline.DashStyle c : Polyline.DashStyle.values()) System.out.println(c);
public static Polyline.DashStyle 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-2016 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License