public static enum TiledImageViewer.BackgroundImageMode extends Enum<TiledImageViewer.BackgroundImageMode>
| Enum Constant and Description |
|---|
CENTRE |
CENTRE_REPEAT |
FIT |
FIT_REPEAT |
REPEAT |
STRETCH |
| Modifier and Type | Method and Description |
|---|---|
static TiledImageViewer.BackgroundImageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiledImageViewer.BackgroundImageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiledImageViewer.BackgroundImageMode CENTRE
public static final TiledImageViewer.BackgroundImageMode STRETCH
public static final TiledImageViewer.BackgroundImageMode FIT
public static final TiledImageViewer.BackgroundImageMode REPEAT
public static final TiledImageViewer.BackgroundImageMode CENTRE_REPEAT
public static final TiledImageViewer.BackgroundImageMode FIT_REPEAT
public static TiledImageViewer.BackgroundImageMode[] values()
for (TiledImageViewer.BackgroundImageMode c : TiledImageViewer.BackgroundImageMode.values()) System.out.println(c);
public static TiledImageViewer.BackgroundImageMode 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 © 2011–2025 pepsoft.org. All rights reserved.