Light

scalafx.scene.effect.Light
See theLight companion class
object Light

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Light.type

Members list

Type members

Classlikes

class Distant(val delegate: Distant) extends Light, SFXDelegate[Distant]

Attributes

Companion
object
Supertypes
class Light
trait ColorDelegate[Light]
trait SFXDelegate[Distant]
class Object
trait Matchable
class Any
Show all
object Distant

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Distant.type
class Point(val delegate: Point) extends Light, PositionDelegate[Point], SFXDelegate[Point]

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Point.type
class Spot(val delegate: Spot) extends Point, SFXDelegate[Spot]

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Spot.type

Implicits

Implicits

implicit def sfxLight2jfx(l: Light): Light