|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 SwtMapPane to signal changes of
state to listeners. |
Enum Summary | |
---|---|
MapPaneEvent.Type | Type of MapPane event |
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:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |