BlendMode

scalafx.scene.effect.BlendMode
See theBlendMode companion class
object BlendMode extends SFXEnumDelegateCompanion[BlendMode, BlendMode]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
BlendMode.type

Members list

Type members

Classlikes

case object Add extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Add.type
case object Blue extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Blue.type
case object ColorBurn extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
ColorBurn.type
case object ColorDodge extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
ColorDodge.type
case object Darken extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Darken.type
case object Difference extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Difference.type
case object Exclusion extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Exclusion.type
case object Green extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Green.type
case object HardLight extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
HardLight.type
case object Lighten extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Lighten.type
case object Multiply extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Multiply.type
case object Overlay extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Overlay.type
case object Red extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Red.type
case object Screen extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
Screen.type
case object SoftLight extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
SoftLight.type
case object SrcAtop extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
SrcAtop.type
case object SrcOver extends BlendMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BlendMode
trait SFXEnumDelegate[BlendMode]
trait SFXDelegate[BlendMode]
class Object
trait Matchable
class Any
Show all
Self type
SrcOver.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: BlendMode): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion
def apply(name: String): S

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value parameters

name

the name of the constant to return

Attributes

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from:
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: BlendMode): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion

Deprecated fields

val ADD: BlendMode

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true
val RED: BlendMode

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Inherited fields

lazy val values: List[BlendMode]

Returns a List containing the constants of this enum type, in the order they are declared.

Returns a List containing the constants of this enum type, in the order they are declared.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: BlendMode): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion