Shadow

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

Attributes

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

Members list

Value members

Constructors

def this(blurType: BlurType, color: Color, radius: Double)

Creates a new instance of Shadow with the specified blurType, color, radius.

Creates a new instance of Shadow with the specified blurType, color, radius.

Attributes

def this(radius: Double, color: Color)

Creates a new instance of Shadow with specified radius and color.

Creates a new instance of Shadow with specified radius and color.

Attributes

Concrete methods

def blurType: ObjectProperty[BlurType]

The algorithm used to blur the shadow.

The algorithm used to blur the shadow.

Attributes

The radius of the shadow blur kernel.

The radius of the shadow blur kernel.

Attributes

def radius_=(v: Double): Unit

Inherited methods

def color: ObjectProperty[Color]

The Effect's color.

The Effect's color.

Attributes

Inherited from:
ColorDelegate
def color_=(c: Color): Unit

Attributes

Inherited from:
ColorDelegate
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: Shadow

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes