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

Profile: desktop, common

Overview

Represents a light source at a given position in 3D space.

Attribute Summary

nametypedescription
Public
xNumber

The x coordinate of the light position.

More: [+]

The x coordinate of the light position.

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

yNumber

The y coordinate of the light position.

More: [+]

The y coordinate of the light position.

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

zNumber

The z coordinate of the light position.

More: [+]

The z coordinate of the light position.

       Min: n/a
       Max: n/a
   Default: 0.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