public static enum MXConstants.MXAlign extends Enum<MXConstants.MXAlign>
| Enum Constant and Description |
|---|
BOTTOM |
CENTER |
LEFT |
MIDDLE |
RIGHT |
TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MXConstants.MXAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MXConstants.MXAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MXConstants.MXAlign LEFT
public static final MXConstants.MXAlign CENTER
public static final MXConstants.MXAlign RIGHT
public static final MXConstants.MXAlign TOP
public static final MXConstants.MXAlign MIDDLE
public static final MXConstants.MXAlign BOTTOM
public static MXConstants.MXAlign[] values()
for (MXConstants.MXAlign c : MXConstants.MXAlign.values()) System.out.println(c);
public static MXConstants.MXAlign 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 nullpublic String toString()
toString in class Enum<MXConstants.MXAlign>Copyright © 2023 Fujion Framework. All rights reserved.