Package | Description |
---|---|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Method and Description |
---|---|
FloatMap |
DisplacementMap.getMapData()
Gets the value of the property mapData.
|
FloatMap |
FloatMap.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FloatMap> |
DisplacementMap.mapDataProperty()
The map data for this
Effect . |
Modifier and Type | Method and Description |
---|---|
void |
DisplacementMap.setMapData(FloatMap value)
Sets the value of the property mapData.
|
Constructor and Description |
---|
DisplacementMap(FloatMap mapData)
Creates a new instance of DisplacementMap with the specified mapData.
|
DisplacementMap(FloatMap mapData,
double offsetX,
double offsetY,
double scaleX,
double scaleY)
Creates a new instance of DisplacementMap with the specified mapData,
offsetX, offsetY, scaleX, and scaleY.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.