Uses of Class
javafx.scene.effect.FloatMap
Packages that use 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
Methods in javafx.scene.effect that return FloatMapModifier and TypeMethodDescriptionfinal FloatMap
DisplacementMap.getMapData()
Gets the value of themapData
property.Methods in javafx.scene.effect that return types with arguments of type FloatMapModifier and TypeMethodDescriptionfinal ObjectProperty<FloatMap>
DisplacementMap.mapDataProperty()
The map data for thisEffect
.Methods in javafx.scene.effect with parameters of type FloatMapModifier and TypeMethodDescriptionfinal void
DisplacementMap.setMapData
(FloatMap value) Sets the value of themapData
property.Constructors in javafx.scene.effect with parameters of type FloatMapModifierConstructorDescriptionDisplacementMap
(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.