AbstractFXMouseDragGesture ,
AbstractFXPinchSpreadGesture, and
AbstractFXRotateGesture).See: Description
| Class | Description |
|---|---|
| AbstractFXGesture |
The
AbstractFXGesture is the base class for all gestures defined
within GEF4 FX. |
| AbstractFXMouseDragGesture |
An FXMouseDragGesture can be used to listen to mouse press, drag, and release
events.
|
| AbstractFXPinchSpreadGesture |
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread
events.
|
| AbstractFXRotateGesture |
An FXRotateGesture can be used to listen to touchpad rotation events.
|
AbstractFXMouseDragGesture ,
AbstractFXPinchSpreadGesture, and
AbstractFXRotateGesture). 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
AbstractFXMouseDragGesture. Besides,
every gesture provides a setScene() method to
register/unregister JavaFX event listeners.Copyright (c) 2014 itemis AG and others. All rights reserved.