public abstract class LightBase
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

The LightBase class provides definitions of common properties for objects that represent a form of Light source. These properties include:

Note that this is a conditional feature. See ConditionalFeature.SCENE3D for more information.

An application should not extend the LightBase class directly. Doing so may lead to an UnsupportedOperationException being thrown.

extends Node

Since:  JavaFX 8.0