Glow

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

Attributes

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

Members list

Value members

Constructors

def this(level: Double)

Creates a new instance of Glow with specified level.

Creates a new instance of Glow with specified level.

Attributes

Concrete methods

The level value, which controls the intensity of the glow effect.

The level value, which controls the intensity of the glow effect.

Attributes

def level_=(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: Glow

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes