Uses of Class
javafx.scene.effect.Light
Package
Description
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
-
Uses of Light in javafx.scene.effect
Modifier and TypeClassDescriptionstatic class
Represents a distant light source.static class
Represents a light source at a given position in 3D space.static class
Represents a spot light source at a given position in 3D space, with configurable direction and focus.Modifier and TypeMethodDescriptionfinal Light
Lighting.getLight()
Gets the value of thelight
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<Light>
Lighting.lightProperty()
The light source for thisLighting
effect.Modifier and TypeMethodDescriptionfinal void
Sets the value of thelight
property.