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.effectMethods in javafx.scene.effect that return FloatMapModifier and TypeMethodDescriptionfinal FloatMapDisplacementMap.getMapData()Gets the value of themapDataproperty.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 voidDisplacementMap.setMapData(FloatMap value) Sets the value of themapDataproperty.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.