Package | Description |
---|---|
org.geotools.swing |
Simple Swing widgets for map display.
|
org.geotools.swing.event |
Mouse events and listener classes to work with both window and map positions.
|
Modifier and Type | Field and Description |
---|---|
protected MapMouseEventDispatcher |
AbstractMapPane.mouseEventDispatcher |
Modifier and Type | Method and Description |
---|---|
MapMouseEventDispatcher |
AbstractMapPane.getMouseEventDispatcher()
Gets the current mouse event dispatcher which is responsible for converting each input Java
AWT mouse event into a MapMouseEvent and forwarding it
to each MapMouseListener.
|
MapMouseEventDispatcher |
MapPane.getMouseEventDispatcher()
Gets the current mouse event dispatcher which is responsible for converting each input Java
AWT mouse event into a MapMouseEvent and forwarding it
to each MapMouseListener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMapPane.setMouseEventDispatcher(MapMouseEventDispatcher dispatcher)
Replaces the current mouse event dispatcher.
|
void |
MapPane.setMouseEventDispatcher(MapMouseEventDispatcher dispatcher)
Replaces the current mouse event dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapMouseEventDispatcher
Receives mouse events from a MapPane instance, converts them to MapPaneMouseEvents, and sends
these to the active map pane tools.
|
Copyright © 1996–2019 Geotools. All rights reserved.