public static enum ImageProvider.ImageSizes extends Enum<ImageProvider.ImageSizes>
Enum Constant and Description |
---|
CURSOR
menu icon size
|
CURSOROVERLAY
Cursor overlay icon size
|
LARGEICON
LARGE_ICON_KEY value of on Action
|
MAP
map icon
|
MAPMAX
map icon maximum size
|
MENU
Cursor icon size
|
SMALLICON
SMALL_ICON value of on Action
|
Modifier and Type | Method and Description |
---|---|
static ImageProvider.ImageSizes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.ImageSizes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageProvider.ImageSizes SMALLICON
public static final ImageProvider.ImageSizes LARGEICON
public static final ImageProvider.ImageSizes MAP
public static final ImageProvider.ImageSizes MAPMAX
public static final ImageProvider.ImageSizes CURSOR
public static final ImageProvider.ImageSizes CURSOROVERLAY
public static final ImageProvider.ImageSizes MENU
public static ImageProvider.ImageSizes[] values()
for (ImageProvider.ImageSizes c : ImageProvider.ImageSizes.values()) System.out.println(c);
public static ImageProvider.ImageSizes 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 null