Uses of Interface
org.openstreetmap.josm.data.projection.ProjectionBoundsProvider
-
Packages that use ProjectionBoundsProvider 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. -
-
Uses of ProjectionBoundsProvider in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as ProjectionBoundsProvider Modifier and Type Field Description private static ProjectionBoundsProvider
ProjectionRegistry. boundsProvider
Methods in org.openstreetmap.josm.data.projection that return ProjectionBoundsProvider Modifier and Type Method Description static ProjectionBoundsProvider
ProjectionRegistry. getBoundsProvider()
Returns the bounds provider called in projection events.Methods in org.openstreetmap.josm.data.projection with parameters of type ProjectionBoundsProvider Modifier and Type Method Description static void
ProjectionRegistry. setboundsProvider(ProjectionBoundsProvider provider)
Sets the bounds provider called in projection events. -
Uses of ProjectionBoundsProvider in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as ProjectionBoundsProvider Modifier and Type Field Description private static ProjectionBoundsProvider
MainApplication. mainBoundsProvider
-