| 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 | Field and Description |
|---|---|
(package private) Light |
Lighting.LightChangeListener.light |
private Light |
LightingBuilder.light |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<Light> |
Lighting.light
The light source for this
Lighting effect. |
| Modifier and Type | Method and Description |
|---|---|
Light |
Lighting.getLight()
Gets the value of the property light.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Light> |
Lighting.lightProperty()
The light source for this
Lighting effect. |
| Modifier and Type | Method and Description |
|---|---|
void |
LightBuilder.applyTo(Light x) |
B |
LightingBuilder.light(Light x)
Set the value of the
light property for the instance constructed by this builder. |
void |
Lighting.LightChangeListener.register(Light value) |
void |
Lighting.setLight(Light value)
Sets the value of the property light.
|
| Constructor and Description |
|---|
Lighting(Light light)
Creates a new instance of Lighting with the specified light.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.