Uses of Interface
org.openstreetmap.gui.jmapviewer.interfaces.MapRectangle

Packages that use MapRectangle
org.openstreetmap.gui.jmapviewer This package and all sub-packages are belonging to the Java component JMapViewer 
org.openstreetmap.josm.gui.preferences.imagery   
 

Uses of MapRectangle in org.openstreetmap.gui.jmapviewer
 

Classes in org.openstreetmap.gui.jmapviewer that implement MapRectangle
 class MapRectangleImpl
           
 

Fields in org.openstreetmap.gui.jmapviewer with type parameters of type MapRectangle
protected  java.util.List<MapRectangle> JMapViewer.mapRectangleList
           
 

Methods in org.openstreetmap.gui.jmapviewer that return types with arguments of type MapRectangle
 java.util.List<MapRectangle> JMapViewer.getMapRectangleList()
           
 

Methods in org.openstreetmap.gui.jmapviewer with parameters of type MapRectangle
 void JMapViewer.addMapRectangle(MapRectangle rectangle)
           
protected  void JMapViewer.paintRectangle(java.awt.Graphics g, MapRectangle rectangle)
          Paint a single rectangle.
 void JMapViewer.removeMapRectangle(MapRectangle rectangle)
           
 

Method parameters in org.openstreetmap.gui.jmapviewer with type arguments of type MapRectangle
 void JMapViewer.setMapRectangleList(java.util.List<MapRectangle> mapRectangleList)
           
 

Uses of MapRectangle in org.openstreetmap.josm.gui.preferences.imagery
 

Fields in org.openstreetmap.josm.gui.preferences.imagery with type parameters of type MapRectangle
private  java.util.Map<java.lang.Integer,MapRectangle> ImageryPreference.ImageryProvidersPanel.DefListSelectionListener.mapRectangles
           
 



JOSM