Lighting

scalafx.scene.effect.Lighting
See theLighting companion object
class Lighting(val delegate: Lighting) extends Effect, SFXDelegate[Lighting]

Attributes

Companion
object
Graph
Supertypes
class Effect
trait SFXDelegate[Lighting]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(light: Light)

Creates a new instance of Lighting with the specified light.

Creates a new instance of Lighting with the specified light.

Attributes

Concrete methods

def bumpInput: ObjectProperty[Effect]

The optional bump map input.

The optional bump map input.

Attributes

The content input for this Effect.

The content input for this Effect.

Attributes

The diffuse constant.

The diffuse constant.

Attributes

def light: ObjectProperty[Light]

The light source for this Lighting effect.

The light source for this Lighting effect.

Attributes

def light_=(v: Light): Unit

The specular constant.

The specular constant.

Attributes

The specular exponent.

The specular exponent.

Attributes

The surface scale factor.

The surface scale factor.

Attributes

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes