Package | Description |
---|---|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Light |
Lighting.getLight() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Light> |
Lighting.lightProperty() |
Modifier and Type | Method and Description |
---|---|
void |
LightBuilder.applyTo(Light x)
Deprecated.
|
B |
LightingBuilder.light(Light x)
Deprecated.
Set the value of the
light property for the instance constructed by this builder. |
void |
Lighting.setLight(Light value) |
Constructor and Description |
---|
Lighting(Light light)
Creates a new instance of Lighting with the specified light.
|
Copyright © 2020. All rights reserved.