public interface MouseExited extends MouseEvent
Modifier and Type | Interface and Description |
---|---|
static class |
MouseExited.Builder
A builder of
MouseExited . |
Modifier and Type | Method and Description |
---|---|
default Point |
location()
Returns the mouse position relative to the bounds of the browser instance.
|
default Point |
locationOnScreen()
Returns the mouse position relative to the bounds of the screen.
|
static MouseExited.Builder |
newBuilder(Point location)
Creates a new
MouseExited builder with the given required parameters. |
static MouseExited.Builder newBuilder(Point location)
MouseExited
builder with the given required parameters.location
- the mouse position relative to the bounds of the browser instanceMouseExited.Builder
instancedefault Point location()
MouseEvent
location
in interface MouseEvent
default Point locationOnScreen()
MouseEvent
locationOnScreen
in interface MouseEvent