BoxBlur

class BoxBlur(val delegate: BoxBlur) extends Effect with DimensionDelegate[BoxBlur] with InputDelegate[BoxBlur] with SFXDelegate[BoxBlur]
trait InputDelegate[BoxBlur]
trait DimensionDelegate[BoxBlur]
class Effect
trait SFXDelegate[BoxBlur]
class Object
trait Matchable
class Any

Value members

Constructors

def this(width: Double, height: Double, iterations: Int)

Creates a new instance of BoxBlur with specified width, height and iterations.

Creates a new instance of BoxBlur with specified width, height and iterations.

Concrete methods

The number of times to iterate the blur effect to improve its "quality" or "smoothness".

The number of times to iterate the blur effect to improve its "quality" or "smoothness".

def iterations_=(v: Int): 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

Indicates the height of object.

Indicates the height of object.

Inherited from
DimensionDelegate
def height_=(h: Double): Unit
Inherited from
DimensionDelegate
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Inherited from
InputDelegate
def input_=(v: Effect): Unit
Inherited from
InputDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Indicates the width of object.

Indicates the width of object.

Inherited from
DimensionDelegate
def width_=(w: Double): Unit
Inherited from
DimensionDelegate

Concrete fields

override val delegate: BoxBlur