Spec-Zone .ru
спецификации, руководства, описания, API

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

expand all

Profile: desktop, common

Overview

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

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

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicpivotXNumber0.0

Defines the X coordinate about which point the scale occurs.

publicpivotYNumber0.0

Defines the Y coordinate about which point the scale occurs.

publicpivotZNumber0.0

Defines the Z coordinate about which point the scale occurs.

publicxNumber1.0

Defines the factor by which coordinates are scaled along the X axis direction.

Defines the factor by which coordinates are scaled along the X axis direction. The default value is 1.0.

1.0

Profile: common

 
publicyNumber1.0

Defines the factor by which coordinates are scaled along the Y axis direction.

Defines the factor by which coordinates are scaled along the Y axis direction. The default value is 1.0.

1.0

Profile: common

 
publiczNumber1.0

Defines the factor by which coordinates are scaled along the Z axis direction.

Defines the factor by which coordinates are scaled along the Z axis direction. The default value is 1.0.

1.0

Profile: common conditional scene3d

 

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.transform.Transform