public static enum JImageBackgroundPanel.DisplayMode extends Enum<JImageBackgroundPanel.DisplayMode>
| Enum Constant and Description |
|---|
IMAGE_CENTER |
IMAGE_EAST |
IMAGE_NORTH |
IMAGE_SIZE |
IMAGE_SOUTH |
IMAGE_STRETCH |
IMAGE_TILE |
IMAGE_WEST |
| Modifier and Type | Method and Description |
|---|---|
static JImageBackgroundPanel.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JImageBackgroundPanel.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JImageBackgroundPanel.DisplayMode IMAGE_SIZE
public static final JImageBackgroundPanel.DisplayMode IMAGE_CENTER
public static final JImageBackgroundPanel.DisplayMode IMAGE_STRETCH
public static final JImageBackgroundPanel.DisplayMode IMAGE_WEST
public static final JImageBackgroundPanel.DisplayMode IMAGE_EAST
public static final JImageBackgroundPanel.DisplayMode IMAGE_NORTH
public static final JImageBackgroundPanel.DisplayMode IMAGE_SOUTH
public static final JImageBackgroundPanel.DisplayMode IMAGE_TILE
public static JImageBackgroundPanel.DisplayMode[] values()
for (JImageBackgroundPanel.DisplayMode c : JImageBackgroundPanel.DisplayMode.values()) System.out.println(c);
public static JImageBackgroundPanel.DisplayMode 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 © 2021 vpc open source initiative. All rights reserved.