scalafx.scene.paint

PhongMaterial

class PhongMaterial extends Material with SFXDelegate[javafx.scene.paint.PhongMaterial]

The PhongMaterial class provides definitions of properties that represent a form of Phong shaded material.

Linear Supertypes
Material, SFXDelegate[javafx.scene.paint.PhongMaterial], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PhongMaterial
  2. Material
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PhongMaterial(diffuseColor: Color, diffuseMap: Image, specularMap: Image, bumpMap: Image, selfIlluminationMap: Image)

  2. new PhongMaterial(diffuseColor: Color)

  3. new PhongMaterial(delegate: javafx.scene.paint.PhongMaterial = new jfxsp.PhongMaterial())

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bumpMap: ObjectProperty[Image]

    The bump map of this PhongMaterial.

  6. def bumpMap_=(v: Image): Unit

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val delegate: javafx.scene.paint.PhongMaterial

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    PhongMaterialMaterialSFXDelegate
  9. def diffuseColor: ObjectProperty[javafx.scene.paint.Color]

    Specifies the diffuse color of this Material.

  10. def diffuseColor_=(v: javafx.scene.paint.Color): Unit

  11. def diffuseMap: ObjectProperty[Image]

    The diffuse map of this PhongMaterial.

  12. def diffuseMap_=(v: Image): Unit

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

    Definition Classes
    AnyRef
  14. 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
  15. def finalize(): Unit

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

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

    returns

    The delegate hashcode

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

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. def selfIlluminationMap: ObjectProperty[Image]

    The self illumination map of this PhongMaterial.

  23. def selfIlluminationMap_=(v: Image): Unit

  24. def specularColor: ObjectProperty[javafx.scene.paint.Color]

    Specifies the specular color of this Material.

  25. def specularColor_=(v: javafx.scene.paint.Color): Unit

  26. def specularMap: ObjectProperty[Image]

    The specular map of this PhongMaterial.

  27. def specularMap_=(v: Image): Unit

  28. def specularPower: DoubleProperty

    Defines the specular power of this Material.

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

    returns

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Material

Inherited from SFXDelegate[javafx.scene.paint.PhongMaterial]

Inherited from AnyRef

Inherited from Any

Ungrouped