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.

Source
PhongMaterial.scala
Linear Supertypes
Material, SFXDelegate[javafx.scene.paint.PhongMaterial], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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 = ...)

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 bumpMap: ObjectProperty[Image]

    The bump map of this PhongMaterial.

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

  9. def clone(): AnyRef

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

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

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

    Specifies the diffuse color of this Material.

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

  13. def diffuseMap: ObjectProperty[Image]

    The diffuse map of this PhongMaterial.

  14. def diffuseMap_=(v: Image): 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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    returns

    The delegate hashcode

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def selfIlluminationMap: ObjectProperty[Image]

    The self illumination map of this PhongMaterial.

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

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

    Specifies the specular color of this Material.

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

  27. def specularMap: ObjectProperty[Image]

    The specular map of this PhongMaterial.

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

  29. def specularPower: DoubleProperty

    Defines the specular power of this Material.

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  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( ... )
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Material

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

Inherited from AnyRef

Inherited from Any

Ungrouped