Reflection

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

Value members

Constructors

def this(topOffset: Double, fraction: Double, topOpacity: Double, bottomOpacity: Double)

Creates a new instance of Reflection with the specified topOffset, fraction, topOpacity and bottomOpacity.

Creates a new instance of Reflection with the specified topOffset, fraction, topOpacity and bottomOpacity.

Concrete methods

The bottom opacity value, which is the opacity of the reflection at its bottom extreme.

The bottom opacity value, which is the opacity of the reflection at its bottom extreme.

def bottomOpacity_=(v: Double): Unit

The fraction of the input that is visible in the reflection.

The fraction of the input that is visible in the reflection.

def fraction_=(v: Double): Unit

The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection.

The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection.

def topOffset_=(v: Double): Unit

The top opacity value, which is the opacity of the reflection at its top extreme.

The top opacity value, which is the opacity of the reflection at its top extreme.

def topOpacity_=(v: Double): Unit

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

Concrete fields

override val delegate: Reflection