public static enum FlashTagHandler.SwfObjectConfig.WMode extends Enum<FlashTagHandler.SwfObjectConfig.WMode>
| Enum Constant and Description |
|---|
direct |
gpu |
opaque |
transparent |
window |
| Modifier and Type | Method and Description |
|---|---|
static FlashTagHandler.SwfObjectConfig.WMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlashTagHandler.SwfObjectConfig.WMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlashTagHandler.SwfObjectConfig.WMode window
public static final FlashTagHandler.SwfObjectConfig.WMode opaque
public static final FlashTagHandler.SwfObjectConfig.WMode transparent
public static final FlashTagHandler.SwfObjectConfig.WMode direct
public static final FlashTagHandler.SwfObjectConfig.WMode gpu
public static FlashTagHandler.SwfObjectConfig.WMode[] values()
for (FlashTagHandler.SwfObjectConfig.WMode c : FlashTagHandler.SwfObjectConfig.WMode.values()) System.out.println(c);
public static FlashTagHandler.SwfObjectConfig.WMode 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.