public abstract class MouseStationaryEvent extends InputEvent
| Modifier and Type | Field and Description |
|---|---|
static EventType<MouseStationaryEvent> |
ANY |
static EventType<MouseStationaryEvent> |
MOUSE_STATIONARY_BEGIN |
static EventType<MouseStationaryEvent> |
MOUSE_STATIONARY_END |
consumed, eventType, NULL_SOURCE_TARGET, targetsource| Modifier and Type | Method and Description |
|---|---|
abstract Point2D |
getPosition() |
abstract Point2D |
getScenePosition() |
abstract Point2D |
getScreenPosition() |
getEventTypeclone, consume, copyFor, fireEvent, getTarget, isConsumedgetSource, toStringpublic static final EventType<MouseStationaryEvent> ANY
public static final EventType<MouseStationaryEvent> MOUSE_STATIONARY_BEGIN
public static final EventType<MouseStationaryEvent> MOUSE_STATIONARY_END