public static enum StyleConstants.SizeMode extends Enum<StyleConstants.SizeMode>
| Modifier and Type | Method and Description |
|---|---|
static StyleConstants.SizeMode |
valueOf(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(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 © 2015. All rights reserved.