Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BoxBlurBuilder
Packages that use BoxBlurBuilder
-
Uses of BoxBlurBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BoxBlurBuilderModifier and TypeMethodDescriptionApplies a function to the BoxBlur instance being constructed.static BoxBlurBuilderBoxBlurBuilder.create()Returns an instance of theBoxBlurBuilder.static BoxBlurBuilderBoxBlurBuilder.create(double width, double height, int iterations) Accepts the constructor arguments ofBoxBlur(double, double, int)and returns an instance ofBoxBlurBuilder.BoxBlurBuilder.height(double value) A builder method that invokes thesetHeightmethod on the instance being constructed.BoxBlurBuilder.heightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.A builder method that invokes thesetInputmethod on the instance being constructed.BoxBlurBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.BoxBlurBuilder.iterations(int value) A builder method that invokes thesetIterationsmethod on the instance being constructed.BoxBlurBuilder.iterationsPropertyApply(Consumer<IntegerProperty> op) Applies a function to theiterationsPropertyof the instance being constructed.BoxBlurBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.BoxBlurBuilder.widthPropertyApply(Consumer<DoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.