public abstract class AbstractFXOnRotatePolicy extends AbstractPolicy<javafx.scene.Node>
Constructor and Description |
---|
AbstractFXOnRotatePolicy() |
Modifier and Type | Method and Description |
---|---|
abstract void |
rotate(javafx.scene.input.RotateEvent e)
Continuous reaction to rotation gestures.
|
abstract void |
rotationFinished(javafx.scene.input.RotateEvent e)
Reaction to the finish of rotate gestures.
|
abstract void |
rotationStarted(javafx.scene.input.RotateEvent e)
Reaction to the detection of rotate gestures.
|
commit, disableRefreshVisuals, enableRefreshVisuals, getAdaptable, getHost, init, setAdaptable
public abstract void rotate(javafx.scene.input.RotateEvent e)
public abstract void rotationFinished(javafx.scene.input.RotateEvent e)
public abstract void rotationStarted(javafx.scene.input.RotateEvent e)
Copyright (c) 2014 itemis AG and others. All rights reserved.