FXMouseDragGesture ,
FXPinchSpreadGesture, and
FXRotateGesture).See: Description
| Class | Description |
|---|---|
| FXMouseDragGesture |
An FXMouseDragGesture can be used to listen to mouse press, drag, and release
events.
|
| FXPinchSpreadGesture |
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread
events.
|
| FXRotateGesture |
An FXRotateGesture can be used to listen to touchpad rotation events.
|
FXMouseDragGesture ,
FXPinchSpreadGesture, and
FXRotateGesture). 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
FXMouseDragGesture. Besides, every
gesture provides a setScene() method to register/unregister
JavaFX event listeners.Copyright (c) 2014 itemis AG and others. All rights reserved.