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 translates coordinates by the specified factors. The matrix representing the translating transformation is as follows:

		[   1    0    x  ]
		[   0    1    y  ]
 

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

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