public static enum SlidableWMSServiceLayerGroup.LabelDirection extends Enum<SlidableWMSServiceLayerGroup.LabelDirection>
| Enum Constant and Description |
|---|
HORIZONTAL |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static SlidableWMSServiceLayerGroup.LabelDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlidableWMSServiceLayerGroup.LabelDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlidableWMSServiceLayerGroup.LabelDirection HORIZONTAL
public static final SlidableWMSServiceLayerGroup.LabelDirection VERTICAL
public static SlidableWMSServiceLayerGroup.LabelDirection[] values()
for (SlidableWMSServiceLayerGroup.LabelDirection c : SlidableWMSServiceLayerGroup.LabelDirection.values()) System.out.println(c);
public static SlidableWMSServiceLayerGroup.LabelDirection 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.