public static enum PolylineController.Property extends Enum<PolylineController.Property>
| Enum Constant and Description |
|---|
CAP_STYLE |
COLOR |
DASH_STYLE |
END_ARROW_STYLE |
JOIN_STYLE |
START_ARROW_STYLE |
THICKNESS |
| Modifier and Type | Method and Description |
|---|---|
static PolylineController.Property |
valueOf(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 START_ARROW_STYLE
public static final PolylineController.Property END_ARROW_STYLE
public static final PolylineController.Property COLOR
public static PolylineController.Property[] values()
for (PolylineController.Property c : PolylineController.Property.values()) System.out.println(c);
public static PolylineController.Property 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