Shear

class Shear(val delegate: Shear) extends Transform with PositionDelegate[Shear] with SFXDelegate[Shear]
trait PositionDelegate[Shear]
class Transform
trait SFXDelegate[Shear]
class Object
trait Matchable
class Any

Value members

Constructors

def this(x: Double, y: Double)

Creates a new instance of Shear.

Creates a new instance of Shear.

def this(x: Double, y: Double, pivotX: Double, pivotY: Double)

Creates a new instance of Shear with pivot.

Creates a new instance of Shear with pivot.

Concrete methods

Defines the X coordinate of the shear pivot point.

Defines the X coordinate of the shear pivot point.

def pivotX_=(v: Double): Unit

Defines the Y coordinate of the shear pivot point.

Defines the Y coordinate of the shear pivot point.

def pivotY_=(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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate

Determines if this is currently an identity transform.

Determines if this is currently an identity transform.

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.

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

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

Definition Classes
Inherited from
SFXDelegate

Determines if this is currently a 2D transform.

Determines if this is currently a 2D transform.

Inherited from
Transform

X Position

X Position

Inherited from
PositionDelegate
def x_=(v: Double): Unit
Inherited from
PositionDelegate

Y Position

Y Position

Inherited from
PositionDelegate
def y_=(v: Double): Unit
Inherited from
PositionDelegate

Concrete fields

override val delegate: Shear