Uses of Enum Class
org.geotools.swing.event.MapPaneEvent.Type
Packages that use MapPaneEvent.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionMapPaneEvent.getType()Get the type of this eventstatic MapPaneEvent.TypeReturns the enum constant of this class with the specified name.static MapPaneEvent.Type[]MapPaneEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.swing.event with parameters of type MapPaneEvent.TypeModifierConstructorDescriptionMapPaneEvent(MapPane source, MapPaneEvent.Type type) Constructor for an event with no associated dataMapPaneEvent(MapPane source, MapPaneEvent.Type type, Object data) Constructor for an event with associated data.