Distant

scalafx.scene.effect.Light.Distant
See theDistant companion object
class Distant(val delegate: Distant) extends Light, SFXDelegate[Distant]

Attributes

Companion
object
Graph
Supertypes
class Light
trait ColorDelegate[Light]
trait SFXDelegate[Distant]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(azimuth: Double, elevation: Double, color: Color)

Creates a new instance of Distant light with the specified azimuth, elevation, and color.

Creates a new instance of Distant light with the specified azimuth, elevation, and color.

Attributes

Concrete methods

The azimuth of the light.

The azimuth of the light.

Attributes

def azimuth_=(v: Double): Unit

The elevation of the light.

The elevation of the light.

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
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: Distant

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes