Package | Description |
---|---|
com.domain.project.core | |
com.domain.project.core.enums |
Modifier and Type | Method and Description |
---|---|
Zoom |
Environment.zLevel() |
Modifier and Type | Method and Description |
---|---|
void |
Environment.setZoomLevel(Zoom zLevel)
Sets the zoom level the the given level
|
Modifier and Type | Method and Description |
---|---|
static Zoom |
Zoom.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Zoom[] |
Zoom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|