Skip navigation links
GEF4 FX
1.0.0.201605021044

Package 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).

See: Description

Package org.eclipse.gef4.fx.gestures Description

This package provides support classes to recognize entire interaction gestures that may be comprised of several atomic JavaFX 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.
Skip navigation links
GEF4 FX
1.0.0.201605021044

Copyright (c) 2014 itemis AG and others. All rights reserved.