public static enum SemiRoundedPanel.Orientation extends Enum<SemiRoundedPanel.Orientation>
| Enum Constant and Description |
|---|
EAST |
NORTH |
NORTHEAST |
NORTHWEST |
SOUTH |
SOUTHEAST |
SOUTHWEST |
WEST |
| Modifier and Type | Method and Description |
|---|---|
static SemiRoundedPanel.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemiRoundedPanel.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemiRoundedPanel.Orientation NORTH
public static final SemiRoundedPanel.Orientation NORTHEAST
public static final SemiRoundedPanel.Orientation EAST
public static final SemiRoundedPanel.Orientation SOUTHEAST
public static final SemiRoundedPanel.Orientation SOUTH
public static final SemiRoundedPanel.Orientation SOUTHWEST
public static final SemiRoundedPanel.Orientation WEST
public static final SemiRoundedPanel.Orientation NORTHWEST
public static SemiRoundedPanel.Orientation[] values()
for (SemiRoundedPanel.Orientation c : SemiRoundedPanel.Orientation.values()) System.out.println(c);
public static SemiRoundedPanel.Orientation 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–2026 cismet GmbH. All rights reserved.