JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

This class represents an Affine object that translates coordinates by the specified factors. The matrix representing the translating transformation is as follows:

              [   1    0    0    x  ]
              [   0    1    0    y  ]
              [   0    0    1    z  ]
 

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicxNumber0.0

Defines the distance by which coordinates are translated in the X axis direction

publicyNumber0.0

Defines the distance by which coordinates are translated in the Y axis direction

publiczNumber0.0

Defines the distance by which coordinates are translated in the Z axis direction

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.transform.Transform