public static enum ImageProvider.ImageSizes extends java.lang.Enum<ImageProvider.ImageSizes>
Enum Constant and Description |
---|
CURSOR
cursor icon size
|
CURSOROVERLAY
cursor overlay icon size
|
LARGEICON
LARGE_ICON_KEY value of on Action
|
LAYER
Layer list icon size
|
MAP
map icon
|
MAPMAX
map icon maximum size
|
MENU
menu icon size
|
POPUPMENU
menu icon size in popup menus
|
SMALLICON
SMALL_ICON value of on Action
|
Modifier and Type | Method and Description |
---|---|
static ImageProvider.ImageSizes |
valueOf(java.lang.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 final ImageProvider.ImageSizes POPUPMENU
public static final ImageProvider.ImageSizes LAYER
public static ImageProvider.ImageSizes[] values()
for (ImageProvider.ImageSizes c : ImageProvider.ImageSizes.values()) System.out.println(c);
public static ImageProvider.ImageSizes 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