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

Packages that use MapPolygon
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 MapPolygon in org.openstreetmap.gui.jmapviewer
 

Classes in org.openstreetmap.gui.jmapviewer that implement MapPolygon
 class MapPolygonImpl
           
 

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

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

Methods in org.openstreetmap.gui.jmapviewer with parameters of type MapPolygon
 void JMapViewer.addMapPolygon(MapPolygon polygon)
           
protected  void JMapViewer.paintPolygon(java.awt.Graphics g, MapPolygon polygon)
          Paint a single polygon.
 void JMapViewer.removeMapPolygon(MapPolygon polygon)
           
 

Method parameters in org.openstreetmap.gui.jmapviewer with type arguments of type MapPolygon
 void JMapViewer.setMapPolygonList(java.util.List<MapPolygon> mapPolygonList)
           
 

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

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



JOSM