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 BoxBlurBuilder
BoxBlurBuilder.create()
Returns an instance of theBoxBlurBuilder
.static BoxBlurBuilder
BoxBlurBuilder.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 thesetHeight
method on the instance being constructed.BoxBlurBuilder.heightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.A builder method that invokes thesetInput
method on the instance being constructed.BoxBlurBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.BoxBlurBuilder.iterations
(int value) A builder method that invokes thesetIterations
method on the instance being constructed.BoxBlurBuilder.iterationsPropertyApply
(Consumer<IntegerProperty> op) Applies a function to theiterationsProperty
of the instance being constructed.BoxBlurBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.BoxBlurBuilder.widthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.