Uses of Class
org.geotools.swing.event.MapPaneEvent.Type

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 are declared.
 

Constructors in org.geotools.swing.event with parameters of type MapPaneEvent.Type
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-2014 Geotools. All Rights Reserved.