Uses of Class
io.github.sosuisen.jfxbuilder.graphics.MotionBlurBuilder
Packages that use MotionBlurBuilder
-
Uses of MotionBlurBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return MotionBlurBuilderModifier and TypeMethodDescriptionMotionBlurBuilder.angle
(double value) A builder method that invokes thesetAngle
method on the instance being constructed.MotionBlurBuilder.anglePropertyApply
(Consumer<DoubleProperty> op) Applies a function to theangleProperty
of the instance being constructed.MotionBlurBuilder.apply
(Consumer<MotionBlur> func) Applies a function to the MotionBlur instance being constructed.static MotionBlurBuilder
MotionBlurBuilder.create()
Returns an instance of theMotionBlurBuilder
.static MotionBlurBuilder
MotionBlurBuilder.create
(double angle, double radius) Accepts the constructor arguments ofMotionBlur(double, double)
and returns an instance ofMotionBlurBuilder
.A builder method that invokes thesetInput
method on the instance being constructed.MotionBlurBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.MotionBlurBuilder.radius
(double value) A builder method that invokes thesetRadius
method on the instance being constructed.MotionBlurBuilder.radiusPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theradiusProperty
of the instance being constructed.