AbstractMouseDragGesture
,
AbstractPinchSpreadGesture
, and
AbstractRotateGesture
).See: Description
Class | Description |
---|---|
AbstractGesture |
The
AbstractGesture is the base class for all gestures defined
within GEF4 FX. |
AbstractMouseDragGesture |
An FXMouseDragGesture can be used to listen to mouse press, drag, and release
events.
|
AbstractPinchSpreadGesture |
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread
events.
|
AbstractRotateGesture |
An FXRotateGesture can be used to listen to touchpad rotation events.
|
AbstractScrollGesture |
The
AbstractScrollGesture can be used to react to mouse wheel scroll
events. |
AbstractMouseDragGesture
,
AbstractPinchSpreadGesture
, and
AbstractRotateGesture
). A gesture is
implemented as an abstract class, with different abstract methods for state
changes within the gesture, i.e. press()
, drag()
,
and release()
in the case of an
AbstractMouseDragGesture
. Besides,
every gesture provides a setScene()
method to
register/unregister JavaFX event listeners.Copyright (c) 2014 itemis AG and others. All rights reserved.