public static enum FlashTagHandler.SwfObjectConfig.SAlign extends Enum<FlashTagHandler.SwfObjectConfig.SAlign>
| Modifier and Type | Method and Description |
|---|---|
static FlashTagHandler.SwfObjectConfig.SAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlashTagHandler.SwfObjectConfig.SAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlashTagHandler.SwfObjectConfig.SAlign tl
public static final FlashTagHandler.SwfObjectConfig.SAlign tr
public static final FlashTagHandler.SwfObjectConfig.SAlign bl
public static final FlashTagHandler.SwfObjectConfig.SAlign br
public static final FlashTagHandler.SwfObjectConfig.SAlign l
public static final FlashTagHandler.SwfObjectConfig.SAlign t
public static final FlashTagHandler.SwfObjectConfig.SAlign r
public static final FlashTagHandler.SwfObjectConfig.SAlign b
public static FlashTagHandler.SwfObjectConfig.SAlign[] values()
for (FlashTagHandler.SwfObjectConfig.SAlign c : FlashTagHandler.SwfObjectConfig.SAlign.values()) System.out.println(c);
public static FlashTagHandler.SwfObjectConfig.SAlign 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 © 2007-2012. All Rights Reserved.