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