Package | Description |
---|---|
org.eclipse.gef4.fx.gestures |
This package provides support classes to recognize entire interaction
gestures that may be comprised of several atomic JavaFX events (
AbstractMouseDragGesture ,
AbstractPinchSpreadGesture , and
AbstractRotateGesture ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMouseDragGesture
An FXMouseDragGesture can be used to listen to mouse press, drag, and release
events.
|
class |
AbstractPinchSpreadGesture
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread
events.
|
class |
AbstractRotateGesture
An FXRotateGesture can be used to listen to touchpad rotation events.
|
class |
AbstractScrollGesture
The
AbstractScrollGesture can be used to react to mouse wheel scroll
events. |
Copyright (c) 2014 itemis AG and others. All rights reserved.