public static enum GroundCoverLayer.EdgeShape extends java.lang.Enum<GroundCoverLayer.EdgeShape>
| Modifier and Type | Method and Description |
|---|---|
static GroundCoverLayer.EdgeShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroundCoverLayer.EdgeShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroundCoverLayer.EdgeShape SHEER
public static final GroundCoverLayer.EdgeShape LINEAR
public static final GroundCoverLayer.EdgeShape SMOOTH
public static final GroundCoverLayer.EdgeShape ROUNDED
public static GroundCoverLayer.EdgeShape[] values()
for (GroundCoverLayer.EdgeShape c : GroundCoverLayer.EdgeShape.values()) System.out.println(c);
public static GroundCoverLayer.EdgeShape 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