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

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

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    y   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.

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

 

Inherited Variables

javafx.scene.transform.Transform

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription

Inherited Functions

javafx.scene.transform.Transform

public impl_mul(transform: com.sun.javafx.geom.AffineTransform) : Void
Parameters
transform