-
drawingOrder
java.util.List<E> drawingOrder
The order in which the components are drawn.
-
fps
int fps
FPS
-
mapComponents
java.util.concurrent.ConcurrentHashMap<K,V> mapComponents
-
maxX
int maxX
The maximum width. This is used for zooming in.
-
maxY
int maxY
The maximum height. This is used for zooming in.
-
numberOfCalls
int numberOfCalls
FPS notification
-
offsetX
int offsetX
The offset in the x direction. This is used for zooming in.
-
offsetY
int offsetY
The offset in the y direction. This is used for zooming in.
-
pixelRatio
double pixelRatio
The pixel ratio.
-
previousTime
long previousTime
Previous time
-
zoomCoordinates
int[] zoomCoordinates
Zoom coordinates indicate the coordinates needed to draw the zoom-in
rectangle.
-
zoomImage
java.awt.Image zoomImage
The image used to visualize a zoomed in map.
-
views
java.util.List<E> views
The user created views.
-
map
Map map