Package ucar.nc2.ui.geoloc
Class PickEvent
- java.lang.Object
-
- java.util.EventObject
-
- ucar.nc2.ui.geoloc.PickEvent
-
- All Implemented Interfaces:
Serializable
public class PickEvent extends EventObject
User wants to pick an object at 2D location.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionPoint
getLocation()
Point2D
getLocationPoint()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
PickEvent
public PickEvent(Object source, ProjectionPoint location)
-
-
Method Detail
-
getLocationPoint
public Point2D getLocationPoint()
-
getLocation
public ProjectionPoint getLocation()
-
-