- 
Packages that use Light 
| Package | Description |  
| javafx.scene.effect | Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes. |  
 
- 
- 
Subclasses of Light in javafx.scene.effect 
| Modifier and Type | Class | Description |  
| static class  | Light.Distant | Represents a distant light source. |  
| static class  | Light.Point | Represents a light source at a given position in 3D space. |  
| static class  | Light.Spot | Represents a spot light source at a given position in 3D space, with
 configurable direction and focus. |