Package | Description |
---|---|
com.sun.scenario.effect | |
com.sun.scenario.effect.light | |
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Field and Description |
---|---|
private Light |
PhongLighting.light |
Modifier and Type | Method and Description |
---|---|
Light |
PhongLighting.getLight()
Returns the light source.
|
Modifier and Type | Method and Description |
---|---|
void |
PhongLighting.setLight(Light light)
Sets the light source.
|
Constructor and Description |
---|
PhongLighting(Light light)
Constructs a new
PhongLighting effect for the given
Light , with default values for all other properties,
using the default input for source data. |
PhongLighting(Light light,
Effect bumpInput,
Effect contentInput)
Constructs a new
PhongLighting effect for the given
Light and the given bump and content input Effect s
with default values for all other properties. |
Modifier and Type | Class and Description |
---|---|
class |
DistantLight
Represents a distant light source.
|
class |
PointLight
Represents a light source at a given position in 3D space.
|
class |
SpotLight
Represents a spot light source at a given position in 3D space, with
configurable direction and focus.
|
Modifier and Type | Field and Description |
---|---|
private Light |
Light.peer |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Light |
Light.impl_createImpl() |
(package private) Light |
Light.impl_getImpl() |