Uses of Class
javafx.scene.effect.Light
Packages that use 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
Subclasses of Light in javafx.scene.effectModifier 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.Methods in javafx.scene.effect that return LightModifier and TypeMethodDescriptionfinal Light
Lighting.getLight()
Gets the value of thelight
property.Methods in javafx.scene.effect that return types with arguments of type LightModifier and TypeMethodDescriptionfinal ObjectProperty
<Light> Lighting.lightProperty()
The light source for thisLighting
effect.Methods in javafx.scene.effect with parameters of type LightModifier and TypeMethodDescriptionfinal void
Sets the value of thelight
property.Constructors in javafx.scene.effect with parameters of type Light