org.openstreetmap.gui.jmapviewer
Class JMapController

java.lang.Object
  extended by org.openstreetmap.gui.jmapviewer.JMapController
Direct Known Subclasses:
DefaultMapController

public abstract class JMapController
extends java.lang.Object

Abstract base class for all mouse controller implementations. For implementing your own controller create a class that derives from this one and implements one or more of the following interfaces:


Field Summary
protected  JMapViewer map
           
 
Constructor Summary
JMapController(JMapViewer map)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected JMapViewer map
Constructor Detail

JMapController

public JMapController(JMapViewer map)


JOSM