public static enum ResourceProxy.bitmap extends Enum<ResourceProxy.bitmap>
Enum Constant and Description |
---|
center |
direction_arrow |
ic_menu_compass |
ic_menu_mapmode |
ic_menu_mylocation |
ic_menu_offline
Menu icons
|
marker_default |
marker_default_focused_base |
navto_small |
next |
person |
previous |
unknown
For testing - the image doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
static ResourceProxy.bitmap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceProxy.bitmap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceProxy.bitmap unknown
public static final ResourceProxy.bitmap center
public static final ResourceProxy.bitmap direction_arrow
public static final ResourceProxy.bitmap marker_default
public static final ResourceProxy.bitmap marker_default_focused_base
public static final ResourceProxy.bitmap navto_small
public static final ResourceProxy.bitmap next
public static final ResourceProxy.bitmap previous
public static final ResourceProxy.bitmap person
public static final ResourceProxy.bitmap ic_menu_offline
public static final ResourceProxy.bitmap ic_menu_mylocation
public static final ResourceProxy.bitmap ic_menu_compass
public static final ResourceProxy.bitmap ic_menu_mapmode
public static ResourceProxy.bitmap[] values()
for (ResourceProxy.bitmap c : ResourceProxy.bitmap.values()) System.out.println(c);
public static ResourceProxy.bitmap 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 © 2015. All Rights Reserved.