Package ucar.nc2.ui.geoloc
Class CursorMoveEvent
- java.lang.Object
-
- java.util.EventObject
-
- ucar.nc2.ui.geoloc.CursorMoveEvent
-
- All Implemented Interfaces:
Serializable
public class CursorMoveEvent extends EventObject
Cursor has moved to a new location.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description CursorMoveEvent(Object source, Point2D location)
CursorMoveEvent(Object source, ProjectionPoint world)
-
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
-
CursorMoveEvent
public CursorMoveEvent(Object source, ProjectionPoint world)
-
-
Method Detail
-
getLocationPoint
public Point2D getLocationPoint()
-
getLocation
public ProjectionPoint getLocation()
-
-