public static enum WPBorderTileProvider.Effect extends java.lang.Enum<WPBorderTileProvider.Effect>
| Enum Constant and Description | 
|---|
| FADE_TO_FIFTY_PERCENT | 
| FADE_TO_TWENTYFIVE_PERCENT | 
| Modifier and Type | Method and Description | 
|---|---|
| static WPBorderTileProvider.Effect | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static WPBorderTileProvider.Effect[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WPBorderTileProvider.Effect FADE_TO_FIFTY_PERCENT
public static final WPBorderTileProvider.Effect FADE_TO_TWENTYFIVE_PERCENT
public static WPBorderTileProvider.Effect[] values()
for (WPBorderTileProvider.Effect c : WPBorderTileProvider.Effect.values()) System.out.println(c);
public static WPBorderTileProvider.Effect valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null