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