public enum ZoomLevelType extends Enum<ZoomLevelType>
| Modifier and Type | Method and Description |
|---|---|
String |
getIdI18N() |
String |
toString() |
static ZoomLevelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoomLevelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoomLevelType Fit
public static final ZoomLevelType P50
public static final ZoomLevelType P75
public static final ZoomLevelType P100
public static final ZoomLevelType P200
public static final ZoomLevelType MaxZoom
public static ZoomLevelType[] values()
for (ZoomLevelType c : ZoomLevelType.values()) System.out.println(c);
public static ZoomLevelType 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 nullpublic String getIdI18N()
public String toString()
toString in class Enum<ZoomLevelType>Copyright © 2019. All Rights Reserved.