Uses of Class
javafx.scene.effect.Light
-
Packages that use Light 软件包 描述 javafx.scene.effect 提供一组用于将图形过滤效果附加到JavaFX Scene Graph节点的类。 -
-
Uses of Light in javafx.scene.effect
Subclasses of Light in javafx.scene.effect Modifier and Type Class 描述 static class
Light.Distant
代表遥远的光源。static class
Light.Point
表示3D空间中给定位置的光源。static class
Light.Spot
在3D空间中的给定位置表示点光源,具有可配置的方向和焦点。Methods in javafx.scene.effect that return Light Modifier and Type 方法 描述 Light
Lighting. getLight()
获取属性灯的值。Methods in javafx.scene.effect that return types with arguments of type Light Modifier and Type 方法 描述 ObjectProperty<Light>
Lighting. lightProperty()
这个光源为这Lighting
效果。Methods in javafx.scene.effect with parameters of type Light Modifier and Type 方法 描述 void
Lighting. setLight(Light value)
设置属性灯的值。Constructors in javafx.scene.effect with parameters of type Light Constructor 描述 Lighting(Light light)
用指定的光线创建一个新的照明实例。
-