Enum PointOfView
Package world.mappable.mapkit.map
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.map.PointOfView
final enum PointOfView
The point of view.
Enum Constant Summary
|
Enum Constants |
Description |
|
Point of View is centered on the screen. |
|
|
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
SCREEN_CENTER
|
|
SCREEN_CENTER |
Point of View is centered on the screen.
ADAPT_TO_FOCUS_POINT_HORIZONTALLY
|
|
ADAPT_TO_FOCUS_POINT_HORIZONTALLY |
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.
Methods
values
|
PointOfView[] values() |
valueOf
|
PointOfView valueOf(java.lang.String name) |