public class VFX3DUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addMouseBehavior(javafx.scene.Node n,
javafx.scene.Node eventReceiver,
javafx.scene.input.MouseButton btn)
Adds rotation behavior to the specified node.
|
static void |
addMouseBehavior(javafx.scene.Node n,
javafx.scene.Scene eventReceiver,
javafx.scene.input.MouseButton btn)
Adds rotation behavior to the specified node.
|
public static void addMouseBehavior(javafx.scene.Node n,
javafx.scene.Scene eventReceiver,
javafx.scene.input.MouseButton btn)
n - nodeeventReceiver - receiver of the eventbtn - mouse button that shall be used for this behaviorpublic static void addMouseBehavior(javafx.scene.Node n,
javafx.scene.Node eventReceiver,
javafx.scene.input.MouseButton btn)
n - nodeeventReceiver - receiver of the eventbtn - mouse button that shall be used for this behavior