public interface IFXOnRotatePolicy extends IPolicy<javafx.scene.Node>
IFXOnRotatePolicy
interface
will be notified about touch rotate events by the FXRotateTool
.adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
Modifier and Type | Method and Description |
---|---|
void |
rotate(javafx.scene.input.RotateEvent e)
Continuous reaction to rotation gestures.
|
void |
rotationAborted()
Reaction to the unexpected finish of a rotate gesture.
|
void |
rotationFinished(javafx.scene.input.RotateEvent e)
Reaction to the finish of rotate gestures.
|
void |
rotationStarted(javafx.scene.input.RotateEvent e)
Reaction to the detection of rotate gestures.
|
adaptableProperty, getAdaptable, setAdaptable
void rotate(javafx.scene.input.RotateEvent e)
e
- The original RotateEvent
.void rotationAborted()
void rotationFinished(javafx.scene.input.RotateEvent e)
e
- The original RotateEvent
.void rotationStarted(javafx.scene.input.RotateEvent e)
e
- The original RotateEvent
.Copyright (c) 2014 itemis AG and others. All rights reserved.