public static enum SteplessViewer.TileDrawMode extends Enum<SteplessViewer .TileDrawMode >
| Enum Constant and Description |
|---|
SCALE_FAST
|
SCALE_SMOOTH
|
TRANSFORM
|
| Modifier and Type | Method and Description |
|---|---|
static SteplessViewer |
valueOf(String
Returns the enum constant of this type with the specified name.
|
static SteplessViewer |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final SteplessViewer.TileDrawMode TRANSFORM
public static final SteplessViewer.TileDrawMode SCALE_FAST
public static final SteplessViewer.TileDrawMode SCALE_SMOOTH
public static SteplessViewer.TileDrawMode [] values()
for (SteplessViewer.TileDrawMode c : SteplessViewer.TileDrawMode.values()) System.out.println(c);
public static SteplessViewer.TileDrawMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null