DropShadow

class DropShadow(val delegate: DropShadow) extends Effect with ColorDelegate[DropShadow] with DimensionDelegate[DropShadow] with InputDelegate[DropShadow] with SFXDelegate[DropShadow]
Companion
object
trait InputDelegate[DropShadow]
trait DimensionDelegate[DropShadow]
trait ColorDelegate[DropShadow]
class Effect
trait SFXDelegate[DropShadow]
class Object
trait Matchable
class Any

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.

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.

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.

Concrete methods

def blurType: ObjectProperty[BlurType]
def blurType_=(bt: BlurType): Unit
def offsetX_=(d: Double): Unit
def offsetY_=(d: Double): Unit
def radius_=(d: Double): Unit
def spread_=(d: Double): Unit

Inherited methods

def color: ObjectProperty[Color]

The Effect's color.

The Effect's color.

Inherited from
ColorDelegate
def color_=(c: Color): Unit
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 Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate

Indicates the height of object.

Indicates the height of object.

Inherited from
DimensionDelegate
def height_=(h: Double): Unit
Inherited from
DimensionDelegate
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Inherited from
InputDelegate
def input_=(v: Effect): Unit
Inherited from
InputDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Indicates the width of object.

Indicates the width of object.

Inherited from
DimensionDelegate
def width_=(w: Double): Unit
Inherited from
DimensionDelegate

Concrete fields

override val delegate: DropShadow