com.guiseframework.event
Interface MouseEvent
- All Superinterfaces:
- com.globalmentor.event.Event, GestureInputEvent, GuiseEvent, InputEvent, com.globalmentor.event.TargetedEvent
- All Known Implementing Classes:
- AbstractMouseEvent, MouseClickEvent, MouseEnterEvent, MouseExitEvent
public interface MouseEvent
- extends GestureInputEvent, com.globalmentor.event.TargetedEvent
An event providing mouse information.
- Author:
- Garret Wilson
| Methods inherited from interface com.globalmentor.event.Event |
getSource |
| Methods inherited from interface com.globalmentor.event.TargetedEvent |
getTarget |
getTargetBounds
Rectangle getTargetBounds()
- Returns:
- The absolute bounds of the event target.
getViewportBounds
Rectangle getViewportBounds()
- Returns:
- The absolute bounds of the viewport.
getMousePosition
Point getMousePosition()
- Returns:
- The position of the mouse relative to the viewport.
Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.