Transformation means changing some graphics into something else by applying rules. We can have various types of transformations such as Translation, Scaling Up or Down, Rotation, Shearing, etc.Using JavaFX, you can apply transformations on nodes such as rotation, scaling, and translation. All these transformations are represented by various classes and these belong to the package javafx.scene.transform.You can also apply multiple transformations on nodes in JavaFX.