Package | Description |
---|---|
com.sun.scenario.effect | |
com.sun.scenario.effect.impl | |
com.sun.scenario.effect.impl.prism.ps | |
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 FloatMap |
DisplacementMap.mapData |
Modifier and Type | Method and Description |
---|---|
FloatMap |
DisplacementMap.getMapData()
Returns the map data for this
Effect . |
Modifier and Type | Method and Description |
---|---|
void |
DisplacementMap.setMapData(FloatMap mapData)
Sets the map data for this
Effect . |
Constructor and Description |
---|
DisplacementMap(FloatMap mapData)
Constructs a new
DisplacementMap effect,
using the default input for source data. |
DisplacementMap(FloatMap mapData,
Effect contentInput)
Constructs a new
DisplacementMap effect using the specified
input Effect for source data, or the default input if
contentInput is null . |
Modifier and Type | Method and Description |
---|---|
void |
Renderer.updateFloatTexture(LockableResource texture,
FloatMap map) |
Modifier and Type | Method and Description |
---|---|
void |
PPSRenderer.updateFloatTexture(LockableResource texture,
FloatMap map) |
Modifier and Type | Field and Description |
---|---|
private FloatMap |
FloatMap.map |
Modifier and Type | Method and Description |
---|---|
(package private) FloatMap |
FloatMap.getImpl() |