org.openstreetmap.josm.gui.layer
Interface MapViewPaintable

All Known Implementing Classes:
DrawAction, ExtrudeAction, GeoImageLayer, GpxLayer, ImageryLayer, ImproveWayAccuracyAction, Layer, MarkerLayer, OsmDataLayer, ParallelWayAction, TMSLayer, ValidatorLayer, WMSLayer

public interface MapViewPaintable


Method Summary
 void paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
          Paint the dataset using the engine set.
 

Method Detail

paint

void paint(java.awt.Graphics2D g,
           MapView mv,
           Bounds bbox)
Paint the dataset using the engine set.

Parameters:
mv - The object that can translate GeoPoints to screen coordinates.


JOSM