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 TypeMethodDescriptionDisplacementMap.getMapData()Gets the value of the property mapData.Methods in javafx.scene.effect that return types with arguments of type FloatMapModifier and TypeMethodDescriptionDisplacementMap.mapDataProperty()The map data for thisEffect.Methods in javafx.scene.effect with parameters of type FloatMapModifier and TypeMethodDescriptionvoidDisplacementMap.setMapData(FloatMap value)Sets the value of the property mapData.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.