Uses of Class
io.github.sosuisen.jfxbuilder.graphics.GlowBuilder
Packages that use GlowBuilder
-
Uses of GlowBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return GlowBuilderModifier and TypeMethodDescriptionApplies a function to the Glow instance being constructed.static GlowBuilder
GlowBuilder.create()
Returns an instance of theGlowBuilder
.static GlowBuilder
GlowBuilder.create
(double level) Accepts the constructor arguments ofGlow(double)
and returns an instance ofGlowBuilder
.A builder method that invokes thesetInput
method on the instance being constructed.GlowBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.GlowBuilder.level
(double value) A builder method that invokes thesetLevel
method on the instance being constructed.GlowBuilder.levelPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelevelProperty
of the instance being constructed.