Package | Description |
---|---|
org.geotools.swing.event |
Mouse events and listener classes to work with both window and map positions.
|
Modifier and Type | Method and Description |
---|---|
MapPaneEvent.Type |
MapPaneEvent.getType()
Get the type of this event
|
static MapPaneEvent.Type |
MapPaneEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPaneEvent.Type[] |
MapPaneEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MapPaneEvent(MapPane source,
MapPaneEvent.Type type)
Constructor for an event with no associated data
|
MapPaneEvent(MapPane source,
MapPaneEvent.Type type,
Object data)
Constructor for an event with associated data.
|
Copyright © 1996–2022 Geotools. All rights reserved.