-
autoFitToDisplay
boolean autoFitToDisplay
If true, the map content is automatically scaled to fit this display frame
when its size is changed.
-
frameRatio
double frameRatio
If frameRation > 0, a margin is left between the map and the frame
of the display.
-
layers
java.util.TreeMap<java.lang.Integer,Layer> layers
The Layers of Symbols that are displayed in this Map.
-
mouseColumn
int mouseColumn
The column of the mouse cursor when the mouse was pressed the last time.
-
mouseRow
int mouseRow
The row of the mouse cursor when the mouse was pressed the last time.
-
myMapFrame
MapPanel myMapFrame
The MapFrame containing this MapDisplay.
-
myTransformation
Transformation myTransformation
The transformation that is used to transform map coordinates to image
coordinates.
-
xMax
double xMax
The maximum x coordinate of the map.
-
xMin
double xMin
The minimum x coordinate of the map.
-
yMax
double yMax
The maximum y coordinate of the map.
-
yMin
double yMin
The minimum y coordinate of the map.