public static enum ImageProvider.ImageSizes extends 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
|
SIDEBUTTON
Side button maximum height
|
SMALLICON
SMALL_ICON value of on Action
|
TOOLBAR
Toolbar button icon size
|
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 final ImageProvider.ImageSizes POPUPMENU
public static final ImageProvider.ImageSizes LAYER
public static final ImageProvider.ImageSizes TOOLBAR
public static final ImageProvider.ImageSizes SIDEBUTTON
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