public class CursorMoveEvent
extends java.util.EventObject
Constructor and Description |
---|
CursorMoveEvent(java.lang.Object source,
java.awt.geom.Point2D location) |
CursorMoveEvent(java.lang.Object source,
ProjectionPoint world) |
Modifier and Type | Method and Description |
---|---|
ProjectionPoint |
getLocation() |
java.awt.geom.Point2D |
getLocationPoint() |
public CursorMoveEvent(java.lang.Object source, ProjectionPoint world)
public CursorMoveEvent(java.lang.Object source, java.awt.geom.Point2D location)
public java.awt.geom.Point2D getLocationPoint()
public ProjectionPoint getLocation()