Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Method and Description |
---|---|
private void |
Scene.processGestureEvent(GestureEvent e,
Scene.TouchGesture gesture) |
Modifier and Type | Class and Description |
---|---|
class |
RotateEvent
Rotate event indicates that user performed rotating gesture such as
dragging two fingers around each other on track pad,
touch screen or other similar device.
|
class |
ScrollEvent
Scroll event indicates that user performed scrolling by mouse wheel,
track pad, touch screen or other similar device.
|
class |
SwipeEvent
Swipe event indicates that user performed a swipe gesture such as
dragging a finger in one direction on touch screen.
|
class |
ZoomEvent
Zoom event indicates that user performed zooming gesture such as
dragging two fingers apart on track pad, touch screen or other
similar device.
|
Modifier and Type | Field and Description |
---|---|
static EventType<GestureEvent> |
GestureEvent.ANY
Common supertype for all gestures.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
GestureEvent.copyFields(GestureEvent from,
GestureEvent to,
java.lang.Object source,
EventTarget target)
Copies all private fields (except of event type) from one event to
another event.
|
private void |
GestureEvent.recomputeCoordinatesToSource(GestureEvent newEvent,
java.lang.Object newSource)
Fills the given event by this event's coordinates recomputed to the given
source object.
|
Constructor and Description |
---|
GestureEvent(EventType<? extends GestureEvent> eventType)
Creates a new instance of
GestureEvent . |
GestureEvent(EventType<? extends GestureEvent> eventType,
double x,
double y,
double screenX,
double screenY,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown,
boolean direct,
boolean inertia) |
GestureEvent(java.lang.Object source,
EventTarget target,
EventType<? extends GestureEvent> eventType)
Creates a new instance of
GestureEvent . |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to