public static enum GStroke.Style extends Enum<GStroke.Style>
Enum Constant and Description |
---|
DASH |
DASH_DOT |
DOT |
LONG_DASH |
LONG_DASH_DOT |
LONG_DASH_DOT_DOT |
NONE |
SHORT_DASH |
SHORT_DASH_DOT |
SHORT_DASH_DOT_DOT |
SHORT_DOT |
SOLID |
Modifier and Type | Method and Description |
---|---|
static GStroke.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GStroke.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GStroke.Style NONE
public static final GStroke.Style SOLID
public static final GStroke.Style SHORT_DASH
public static final GStroke.Style SHORT_DOT
public static final GStroke.Style SHORT_DASH_DOT
public static final GStroke.Style SHORT_DASH_DOT_DOT
public static final GStroke.Style DOT
public static final GStroke.Style DASH
public static final GStroke.Style LONG_DASH
public static final GStroke.Style DASH_DOT
public static final GStroke.Style LONG_DASH_DOT
public static final GStroke.Style LONG_DASH_DOT_DOT
public static GStroke.Style[] values()
for (GStroke.Style c : GStroke.Style.values()) System.out.println(c);
public static GStroke.Style 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 Mindus SARL, 2020. All rights reserved.