org.apache.shindig.gadgets.templates.tags
Enum FlashTagHandler.SwfObjectConfig.Scale
java.lang.Object
java.lang.Enum<FlashTagHandler.SwfObjectConfig.Scale>
org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Scale
- All Implemented Interfaces:
- Serializable, Comparable<FlashTagHandler.SwfObjectConfig.Scale>
- Enclosing class:
- FlashTagHandler.SwfObjectConfig
public static enum FlashTagHandler.SwfObjectConfig.Scale
- extends Enum<FlashTagHandler.SwfObjectConfig.Scale>
showall
public static final FlashTagHandler.SwfObjectConfig.Scale showall
noborder
public static final FlashTagHandler.SwfObjectConfig.Scale noborder
exactfit
public static final FlashTagHandler.SwfObjectConfig.Scale exactfit
noscale
public static final FlashTagHandler.SwfObjectConfig.Scale noscale
values
public static FlashTagHandler.SwfObjectConfig.Scale[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FlashTagHandler.SwfObjectConfig.Scale c : FlashTagHandler.SwfObjectConfig.Scale.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FlashTagHandler.SwfObjectConfig.Scale valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2007-2012. All Rights Reserved.