BoxBlur

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

Attributes

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

Members list

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.

Attributes

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".

Attributes

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 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

Indicates the height of object.

Indicates the height of object.

Attributes

Inherited from:
DimensionDelegate
def height_=(h: Double): Unit

Attributes

Inherited from:
DimensionDelegate
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

Indicates the width of object.

Indicates the width of object.

Attributes

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

Attributes

Inherited from:
DimensionDelegate

Concrete fields

override val delegate: BoxBlur

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes