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, ucar.unidata.geoloc.ProjectionPoint world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.unidata.geoloc.ProjectionPointgetLocation()Point2DgetLocationPoint()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getLocationPoint
public Point2D getLocationPoint()
-
getLocation
public ucar.unidata.geoloc.ProjectionPoint getLocation()
-
-