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 (
AbstractFXMouseDragGesture ,
AbstractFXPinchSpreadGesture , and
AbstractFXRotateGesture ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFXMouseDragGesture
An FXMouseDragGesture can be used to listen to mouse press, drag, and release
events.
|
class |
AbstractFXPinchSpreadGesture
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread
events.
|
class |
AbstractFXRotateGesture
An FXRotateGesture can be used to listen to touchpad rotation events.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.