public class Transformations
extends java.lang.Object
Transformations class contain a list of basics transformations objects to add to the nodes.| Constructor and Description |
|---|
Transformations(javafx.scene.Node object)
Constructs a Transformation with a node
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.transform.Rotate |
getIncline() |
javafx.scene.transform.Rotate |
getRotateX() |
javafx.scene.transform.Rotate |
getRotateY() |
javafx.scene.transform.Translate |
getTranslate() |