public static enum IFFrameUseFMap.SCALE_TYPE extends java.lang.Enum<IFFrameUseFMap.SCALE_TYPE>
| Enum Constant and Description |
|---|
FIXED_EXTENT
The extent has been fixed, so the scale can't be changed and
the pan and zoom tools will not produce any change
|
FIXED_SCALE
The scale has been fixed, so pans are enabled but the scale
can't be changed and the zoom in/out tools also behave as
pans.
|
NORMAL
The scale and extent can be changed without restrictions
|
| Modifier and Type | Method and Description |
|---|---|
static IFFrameUseFMap.SCALE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFFrameUseFMap.SCALE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFFrameUseFMap.SCALE_TYPE NORMAL
public static final IFFrameUseFMap.SCALE_TYPE FIXED_SCALE
public static final IFFrameUseFMap.SCALE_TYPE FIXED_EXTENT
public static IFFrameUseFMap.SCALE_TYPE[] values()
for (IFFrameUseFMap.SCALE_TYPE c : IFFrameUseFMap.SCALE_TYPE.values()) System.out.println(c);
public static IFFrameUseFMap.SCALE_TYPE 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