MotionBlur

scalafx.scene.effect.MotionBlur
See theMotionBlur companion object
class MotionBlur(val delegate: MotionBlur) extends Effect, InputDelegate[MotionBlur], SFXDelegate[MotionBlur]

Attributes

Companion
object
Graph
Supertypes
trait InputDelegate[MotionBlur]
class Effect
trait SFXDelegate[MotionBlur]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(angle: Double, radius: Double)

Creates a new instance of MotionBlur with the specified angle and radius.

Creates a new instance of MotionBlur with the specified angle and radius.

Attributes

Concrete methods

The angle of the motion effect, in degrees.

The angle of the motion effect, in degrees.

Attributes

def angle_=(v: Double): Unit

The radius of the blur kernel.

The radius of the blur kernel.

Attributes

def radius_=(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
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Attributes

Inherited from:
InputDelegate
def input_=(v: Effect): Unit

Attributes

Inherited from:
InputDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: MotionBlur

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes