public static enum Polyline.Property extends java.lang.Enum<Polyline.Property>
PropertyChangeListener
s added
to a polyline will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
CAP_STYLE |
CLOSED_PATH |
COLOR |
DASH_OFFSET |
DASH_PATTERN |
DASH_STYLE |
ELEVATION |
END_ARROW_STYLE |
JOIN_STYLE |
LEVEL |
POINTS |
START_ARROW_STYLE |
THICKNESS |
VISIBLE_IN_3D |
Modifier and Type | Method and Description |
---|---|
static Polyline.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Polyline.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Polyline.Property POINTS
public static final Polyline.Property THICKNESS
public static final Polyline.Property CAP_STYLE
public static final Polyline.Property JOIN_STYLE
public static final Polyline.Property DASH_STYLE
public static final Polyline.Property DASH_OFFSET
public static final Polyline.Property DASH_PATTERN
public static final Polyline.Property START_ARROW_STYLE
public static final Polyline.Property END_ARROW_STYLE
public static final Polyline.Property CLOSED_PATH
public static final Polyline.Property COLOR
public static final Polyline.Property LEVEL
public static final Polyline.Property ELEVATION
public static final Polyline.Property VISIBLE_IN_3D
public static Polyline.Property[] values()
for (Polyline.Property c : Polyline.Property.values()) System.out.println(c);
public static Polyline.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