Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Class and Description |
---|---|
private class |
MapViewState.MapViewEastNorthPoint |
private class |
MapViewState.MapViewViewPoint |
Modifier and Type | Field and Description |
---|---|
private MapViewState.MapViewPoint |
MapViewState.MapViewRectangle.p1 |
private MapViewState.MapViewPoint |
MapViewState.MapViewRectangle.p2 |
Modifier and Type | Method and Description |
---|---|
MapViewState.MapViewPoint |
MapViewState.getCenter()
Gets the center of the view.
|
MapViewState.MapViewPoint |
MapViewState.getForView(double x,
double y)
Gets the MapViewPoint representation for a position in view coordinates.
|
MapViewState.MapViewPoint |
MapViewState.getPointFor(EastNorth eastNorth)
Gets the
MapViewState.MapViewPoint for the given EastNorth coordinate. |
Modifier and Type | Method and Description |
---|---|
MapViewState |
MapViewState.movedTo(MapViewState.MapViewPoint mapViewPoint,
EastNorth newEastNorthThere) |
MapViewState.MapViewRectangle |
MapViewState.MapViewPoint.rectTo(MapViewState.MapViewPoint other)
Create a rectangle from this to the other point.
|
Constructor and Description |
---|
MapViewRectangle(MapViewState.MapViewPoint p1,
MapViewState.MapViewPoint p2)
Create a new MapViewRectangle
|