Point

scalafx.scene.effect.Light.Point
See thePoint companion object
class Point(val delegate: Point) extends Light, PositionDelegate[Point], SFXDelegate[Point]

Attributes

Companion
object
Graph
Supertypes
trait PositionDelegate[Point]
class Light
trait ColorDelegate[Light]
trait SFXDelegate[Point]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Spot

Members list

Value members

Constructors

def this(x: Double, y: Double, z: Double, color: Color)

Concrete methods

The z coordinate of the light position.

The z coordinate of the light position.

Attributes

def z_=(v: Double): Unit

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

X Position

X Position

Attributes

Inherited from:
PositionDelegate
def x_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Y Position

Y Position

Attributes

Inherited from:
PositionDelegate
def y_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Concrete fields

override val delegate: Point

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes