JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Represents a distant light source.

Attribute Summary

nametypedescription
Public
azimuthNumber

The azimuth of the light.

More: [+]

The azimuth of the light. The azimuth is the direction angle for the light source on the XY plane, in degrees.

       Min:  n/a
       Max:  n/a
   Default: 45.0
  Identity:  n/a
 

elevationNumber

The elevation of the light.

More: [+]

The elevation of the light. The elevation is the direction angle for the light source on the YZ plane, in degrees.

       Min:  n/a
       Max:  n/a
   Default: 45.0
  Identity:  n/a
 

Protected

Inherited Attributes

javafx.scene.effect.light.Light

nametypedescription
colorColor

The color of the light source.

More: [+]

The color of the light source.

       Min: n/a
       Max: n/a
   Default: Color.WHITE
  Identity: n/a
 

Inherited Functions