|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LabelColor>
com.google.gwt.maps.client.weatherlib.LabelColor
public enum LabelColor
The color of the labels displayed on the weather layer.
See LabelColor API
Doc
| Enum Constant Summary | |
|---|---|
BLACK
Weather labels will be displayed as black text with a white border. |
|
WHITE
Weather labels will be displayed as white text with a black border. |
|
| Method Summary | |
|---|---|
static LabelColor |
fromValue(String type)
|
String |
toString()
|
String |
value()
|
static LabelColor |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LabelColor[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LabelColor BLACK
public static final LabelColor WHITE
| Method Detail |
|---|
public static LabelColor[] values()
for (LabelColor c : LabelColor.values()) System.out.println(c);
public static LabelColor valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static LabelColor fromValue(String type)
public String toString()
toString in class Enum<LabelColor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||