| Package | Description |
|---|---|
| org.openstreetmap.josm.data.projection |
Provides the classes for JOSM map projection.
|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| Modifier and Type | Field and Description |
|---|---|
private static ProjectionBoundsProvider |
ProjectionRegistry.boundsProvider |
| Modifier and Type | Method and Description |
|---|---|
static ProjectionBoundsProvider |
ProjectionRegistry.getBoundsProvider()
Returns the bounds provider called in projection events.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProjectionRegistry.setboundsProvider(ProjectionBoundsProvider provider)
Sets the bounds provider called in projection events.
|
| Modifier and Type | Field and Description |
|---|---|
private static ProjectionBoundsProvider |
MainApplication.mainBoundsProvider |