Package org.geotools.swing.event

Mouse events and listener classes to work with both window and map positions.

See:
          Description

Interface Summary
MapMouseListener Interface for classes that listen to JMapPaneMouseEvents
MapPaneListener Implemented by classes that wish to receive MapPaneEvents
 

Class Summary
MapMouseAdapter An adapter class that implements all of the mouse event handling methods defined in the MapMouseListener interface as empty methods, allowing sub-classes to just override the methods they need.
MapMouseEvent A MouseEvent which contains methods to obtain coordinates in real world CoordinateSystem as well as Screen Coordinates.
MapPaneAdapter An adapter class that implements all of the method defined in the MapPaneListener interface as empty methods, allowing sub-classes to just override the methods they need.
MapPaneEvent An event class used by JMapPane to signal changes of state to listeners.
 

Enum Summary
MapPaneEvent.Type Type of MapPane event
 

Package org.geotools.swing.event Description

Mouse events and listener classes to work with both window and map positions.

Please keep in mind the following coordinate systems are in use at any point in time:



Copyright © 1996-2009 Geotools. All Rights Reserved.