| Package | Description |
|---|---|
| com.sun.scenario.effect | |
| com.sun.scenario.effect.impl | |
| com.sun.scenario.effect.impl.prism.ps |
| 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) |
Copyright © 2025. All rights reserved.