Static Public Member Functions | |
static Camera | createCenteredCamera (double x, double y, double zoom) |
static Camera | createRotatedCamera (double x, double y, double zoom, double rotation) |
static boolean | isValidCamera (Camera camera) |
static Camera | createAreaCamera (double centerX, double centerY, double width, double height) |
static Camera | createPathCamera (ArrayList< Point > points) |
Camera utilities
Definition at line 416 of file LocationWindowCameraExample.java.
|
inlinestatic |
Create camera for showing area
Definition at line 442 of file LocationWindowCameraExample.java.
|
inlinestatic |
Create camera for centered point with given zoom
Definition at line 420 of file LocationWindowCameraExample.java.
|
inlinestatic |
Create camera for showing path
Definition at line 451 of file LocationWindowCameraExample.java.
|
inlinestatic |
Create camera with rotation
Definition at line 427 of file LocationWindowCameraExample.java.
|
inlinestatic |
Validate camera position
Definition at line 434 of file LocationWindowCameraExample.java.