public static enum PolylineController.Property extends java.lang.Enum<PolylineController.Property>
Enum Constant and Description |
---|
CAP_STYLE |
COLOR |
DASH_OFFSET |
DASH_PATTERN |
DASH_STYLE |
ELEVATION |
END_ARROW_STYLE |
JOIN_STYLE |
START_ARROW_STYLE |
THICKNESS |
Modifier and Type | Method and Description |
---|---|
static PolylineController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolylineController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolylineController.Property THICKNESS
public static final PolylineController.Property CAP_STYLE
public static final PolylineController.Property JOIN_STYLE
public static final PolylineController.Property DASH_STYLE
public static final PolylineController.Property DASH_PATTERN
public static final PolylineController.Property DASH_OFFSET
public static final PolylineController.Property START_ARROW_STYLE
public static final PolylineController.Property END_ARROW_STYLE
public static final PolylineController.Property COLOR
public static final PolylineController.Property ELEVATION
public static PolylineController.Property[] values()
for (PolylineController.Property c : PolylineController.Property.values()) System.out.println(c);
public static PolylineController.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License