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 thesetAnglemethod on the instance being constructed.MotionBlurBuilder.anglePropertyApply(Consumer<DoubleProperty> op) Applies a function to theanglePropertyof the instance being constructed.MotionBlurBuilder.apply(Consumer<MotionBlur> func) Applies a function to the MotionBlur instance being constructed.static MotionBlurBuilderMotionBlurBuilder.create()Returns an instance of theMotionBlurBuilder.static MotionBlurBuilderMotionBlurBuilder.create(double angle, double radius) Accepts the constructor arguments ofMotionBlur(double, double)and returns an instance ofMotionBlurBuilder.A builder method that invokes thesetInputmethod on the instance being constructed.MotionBlurBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.MotionBlurBuilder.radius(double value) A builder method that invokes thesetRadiusmethod on the instance being constructed.MotionBlurBuilder.radiusPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusPropertyof the instance being constructed.