Rotate

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

Attributes

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

Members list

Value members

Constructors

def this(angle: Double)

Creates a two-dimensional Rotate transform.

Creates a two-dimensional Rotate transform.

Attributes

def this(angle: Double, pivotX: Double, pivotY: Double)

Creates a two-dimensional Rotate transform with pivot.

Creates a two-dimensional Rotate transform with pivot.

Attributes

def this(angle: Double, pivotX: Double, pivotY: Double, pivotZ: Double)

Creates a simple Rotate transform with three-dimensional pivot.

Creates a simple Rotate transform with three-dimensional pivot.

Attributes

def this(angle: Double, pivotX: Double, pivotY: Double, pivotZ: Double, axis: Point3D)

Creates a three-dimensional Rotate transform with pivot.

Creates a three-dimensional Rotate transform with pivot.

Attributes

def this(angle: Double, axis: Point3D)

Creates a three-dimensional Rotate transform.

Creates a three-dimensional Rotate transform.

Attributes

Concrete methods

Defines the angle of rotation measured in degrees.

Defines the angle of rotation measured in degrees.

Attributes

def angle_=(v: Double): Unit
def axis: ObjectProperty[Point3D]

Defines the axis of rotation at the pivot point.

Defines the axis of rotation at the pivot point.

Attributes

def axis_=(v: Point3D): Unit

Defines the X coordinate of the rotation pivot point.

Defines the X coordinate of the rotation pivot point.

Attributes

def pivotX_=(v: Double): Unit

Defines the Y coordinate of the rotation pivot point.

Defines the Y coordinate of the rotation pivot point.

Attributes

def pivotY_=(v: Double): Unit

Defines the Z coordinate of the rotation pivot point.

Defines the Z coordinate of the rotation pivot point.

Attributes

def pivotZ_=(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: Rotate

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes