Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BloomBuilder
Packages that use BloomBuilder
-
Uses of BloomBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BloomBuilderModifier and TypeMethodDescriptionApplies a function to the Bloom instance being constructed.static BloomBuilder
BloomBuilder.create()
Returns an instance of theBloomBuilder
.static BloomBuilder
BloomBuilder.create
(double threshold) Accepts the constructor arguments ofBloom(double)
and returns an instance ofBloomBuilder
.A builder method that invokes thesetInput
method on the instance being constructed.BloomBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.BloomBuilder.threshold
(double value) A builder method that invokes thesetThreshold
method on the instance being constructed.BloomBuilder.thresholdPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thethresholdProperty
of the instance being constructed.