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 ProjectionBoundsProviderProjectionRegistry. boundsProviderMethods in org.openstreetmap.josm.data.projection that return ProjectionBoundsProvider Modifier and Type Method Description static ProjectionBoundsProviderProjectionRegistry. 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 voidProjectionRegistry. 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 ProjectionBoundsProviderMainApplication. mainBoundsProvider
-