Uses of Class
javafx.scene.effect.FloatMap
Package
Description
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
-
Uses of FloatMap in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal FloatMap
DisplacementMap.getMapData()
Gets the value of themapData
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<FloatMap>
DisplacementMap.mapDataProperty()
The map data for thisEffect
.Modifier and TypeMethodDescriptionfinal void
DisplacementMap.setMapData
(FloatMap value) Sets the value of themapData
property.ModifierConstructorDescriptionDisplacementMap
(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.