Blend

scalafx.scene.effect.Blend
See theBlend companion object
class Blend(val delegate: Blend) extends Effect, SFXDelegate[Blend]

Attributes

Companion
object
Graph
Supertypes
class Effect
trait SFXDelegate[Blend]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(mode: BlendMode)

Creates a new instance of Blend with the specified mode.

Creates a new instance of Blend with the specified mode.

Attributes

def this(mode: BlendMode, bottomInput: Effect, topInput: Effect)

Creates a new instance of Blend with the specified mode and bottom and top inputs.

Creates a new instance of Blend with the specified mode and bottom and top inputs.

Attributes

Concrete methods

The bottom input for this Blend operation.

The bottom input for this Blend operation.

Attributes

def mode: ObjectProperty[BlendMode]

The BlendMode used to blend the two inputs together.

The BlendMode used to blend the two inputs together.

Attributes

def mode_=(v: BlendMode): Unit

The opacity value, which is modulated with the top input prior to blending.

The opacity value, which is modulated with the top input prior to blending.

Attributes

def opacity_=(v: Double): Unit
def topInput: ObjectProperty[Effect]

The top input for this Blend operation.

The top input for this Blend operation.

Attributes

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes