DropShadow

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

Attributes

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

Members list

Value members

Constructors

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

Creates a new instance of DropShadow with the specified blurType, color, radius, spread, offsetX and offsetY.

Creates a new instance of DropShadow with the specified blurType, color, radius, spread, offsetX and offsetY.

Attributes

def this(radius: Double, color: Color)

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

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

Attributes

def this(radius: Double, offsetX: Double, offsetY: Double, color: Color)

Creates a new instance of DropShadow with the specified radius, offsetX, offsetY and color.

Creates a new instance of DropShadow with the specified radius, offsetX, offsetY and color.

Attributes

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes