|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapPaneEvent.Type | |
---|---|
org.geotools.swing.event | Mouse events and listener classes to work with both window and map positions. |
Uses of MapPaneEvent.Type in org.geotools.swing.event |
---|
Methods in org.geotools.swing.event that return MapPaneEvent.Type | |
---|---|
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're declared. |
Constructors in org.geotools.swing.event with parameters of type MapPaneEvent.Type | |
---|---|
MapPaneEvent(JMapPane source,
MapPaneEvent.Type type)
Constructor for an event with no associated data |
|
MapPaneEvent(JMapPane source,
MapPaneEvent.Type type,
Object data)
Constructor for an event with associated data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |