scalafx.scene.effect

Lighting

class Lighting extends Effect with SFXDelegate[Lighting]

Linear Supertypes
Effect, SFXDelegate[Lighting], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Lighting
  2. Effect
  3. SFXDelegate
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lighting(light: Light)

    Creates a new instance of Lighting with the specified light.

  2. new Lighting(delegate: Lighting = new javafx.scene.jfxse.Lighting())

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bumpInput: ObjectProperty[Effect]

    The optional bump map input.

  8. def bumpInput_=(v: Effect): Unit

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def contentInput: ObjectProperty[Effect]

    The content input for this Effect.

  11. def contentInput_=(v: Effect): Unit

  12. val delegate: Lighting

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    LightingEffectSFXDelegate
  13. def diffuseConstant: DoubleProperty

    The diffuse constant.

  14. def diffuseConstant_=(v: Double): Unit

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def light: ObjectProperty[Light]

    The light source for this Lighting effect.

  22. def light_=(v: Light): Unit

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def specularConstant: DoubleProperty

    The specular constant.

  27. def specularConstant_=(v: Double): Unit

  28. def specularExponent: DoubleProperty

    The specular exponent.

  29. def specularExponent_=(v: Double): Unit

  30. def surfaceScale: DoubleProperty

    The surface scale factor.

  31. def surfaceScale_=(v: Double): Unit

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Effect

Inherited from SFXDelegate[Lighting]

Inherited from AnyRef

Inherited from Any