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 GlowBuilderGlowBuilder.create()Returns an instance of theGlowBuilder.static GlowBuilderGlowBuilder.create(double level) Accepts the constructor arguments ofGlow(double)and returns an instance ofGlowBuilder.A builder method that invokes thesetInputmethod on the instance being constructed.GlowBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.GlowBuilder.level(double value) A builder method that invokes thesetLevelmethod on the instance being constructed.GlowBuilder.levelPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelevelPropertyof the instance being constructed.