Affine

scalafx.scene.transform.Affine
See theAffine companion object
class Affine(val delegate: Affine) extends Transform, SFXDelegate[Affine]

Attributes

Companion
object
Graph
Supertypes
class Transform
trait SFXDelegate[Affine]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Defines the X coordinate scaling element of the 3x4 matrix.

Defines the X coordinate scaling element of the 3x4 matrix.

Attributes

def mxx_=(v: Double): Unit

Defines the XY coordinate element of the 3x4 matrix.

Defines the XY coordinate element of the 3x4 matrix.

Attributes

def mxy_=(v: Double): Unit

Defines the XZ coordinate element of the 3x4 matrix.

Defines the XZ coordinate element of the 3x4 matrix.

Attributes

def mxz_=(v: Double): Unit

Defines the YX coordinate element of the 3x4 matrix.

Defines the YX coordinate element of the 3x4 matrix.

Attributes

def myx_=(v: Double): Unit

Defines the Y coordinate scaling element of the 3x4 matrix.

Defines the Y coordinate scaling element of the 3x4 matrix.

Attributes

def myy_=(v: Double): Unit

Defines the YZ coordinate element of the 3x4 matrix.

Defines the YZ coordinate element of the 3x4 matrix.

Attributes

def myz_=(v: Double): Unit

Defines the ZX coordinate element of the 3x4 matrix.

Defines the ZX coordinate element of the 3x4 matrix.

Attributes

def mzx_=(v: Double): Unit

Defines the ZY coordinate element of the 3x4 matrix.

Defines the ZY coordinate element of the 3x4 matrix.

Attributes

def mzy_=(v: Double): Unit

Defines the Z coordinate scaling element of the 3x4 matrix.

Defines the Z coordinate scaling element of the 3x4 matrix.

Attributes

def mzz_=(v: Double): Unit

Defines the X coordinate translation element of the 3x4 matrix.

Defines the X coordinate translation element of the 3x4 matrix.

Attributes

def tx_=(v: Double): Unit

Defines the Y coordinate translation element of the 3x4 matrix.

Defines the Y coordinate translation element of the 3x4 matrix.

Attributes

def ty_=(v: Double): Unit

Defines the Z coordinate translation element of the 3x4 matrix.

Defines the Z coordinate translation element of the 3x4 matrix.

Attributes

def tz_=(v: Double): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Determines if this is currently an identity transform.

Determines if this is currently an identity transform.

Attributes

Inherited from:
Transform
def onTransformChanged: ObjectProperty[EventHandler[_ >: TransformChangedEvent]]

The onTransformChanged event handler is called whenever the transform changes any of its parameters.

The onTransformChanged event handler is called whenever the transform changes any of its parameters.

Attributes

Inherited from:
Transform
def onTransformChanged_=(v: EventHandler[_ >: TransformChangedEvent]): Unit

Attributes

Inherited from:
Transform
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Determines if this is currently a 2D transform.

Determines if this is currently a 2D transform.

Attributes

Inherited from:
Transform

Concrete fields

override val delegate: Affine

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes