Uses of Class
io.github.sosuisen.jfxbuilder.graphics.DisplacementMapBuilder
Packages that use DisplacementMapBuilder
-
Uses of DisplacementMapBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return DisplacementMapBuilderModifier and TypeMethodDescriptionDisplacementMapBuilder.apply(Consumer<DisplacementMap> func) Applies a function to the DisplacementMap instance being constructed.static DisplacementMapBuilderDisplacementMapBuilder.create()Returns an instance of theDisplacementMapBuilder.static DisplacementMapBuilderAccepts the constructor arguments ofDisplacementMap(FloatMap)and returns an instance ofDisplacementMapBuilder.static DisplacementMapBuilderDisplacementMapBuilder.create(FloatMap mapData, double offsetX, double offsetY, double scaleX, double scaleY) Accepts the constructor arguments ofDisplacementMap(FloatMap, double, double, double, double)and returns an instance ofDisplacementMapBuilder.A builder method that invokes thesetInputmethod on the instance being constructed.DisplacementMapBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.A builder method that invokes thesetMapDatamethod on the instance being constructed.DisplacementMapBuilder.mapDataPropertyApply(Consumer<ObjectProperty<FloatMap>> op) Applies a function to themapDataPropertyof the instance being constructed.DisplacementMapBuilder.offsetX(double value) A builder method that invokes thesetOffsetXmethod on the instance being constructed.DisplacementMapBuilder.offsetXPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetXPropertyof the instance being constructed.DisplacementMapBuilder.offsetY(double value) A builder method that invokes thesetOffsetYmethod on the instance being constructed.DisplacementMapBuilder.offsetYPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetYPropertyof the instance being constructed.DisplacementMapBuilder.scaleX(double value) A builder method that invokes thesetScaleXmethod on the instance being constructed.DisplacementMapBuilder.scaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleXPropertyof the instance being constructed.DisplacementMapBuilder.scaleY(double value) A builder method that invokes thesetScaleYmethod on the instance being constructed.DisplacementMapBuilder.scaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleYPropertyof the instance being constructed.DisplacementMapBuilder.wrap(boolean value) A builder method that invokes thesetWrapmethod on the instance being constructed.DisplacementMapBuilder.wrapPropertyApply(Consumer<BooleanProperty> op) Applies a function to thewrapPropertyof the instance being constructed.