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 BloomBuilderBloomBuilder.create()Returns an instance of theBloomBuilder.static BloomBuilderBloomBuilder.create(double threshold) Accepts the constructor arguments ofBloom(double)and returns an instance ofBloomBuilder.A builder method that invokes thesetInputmethod on the instance being constructed.BloomBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.BloomBuilder.threshold(double value) A builder method that invokes thesetThresholdmethod on the instance being constructed.BloomBuilder.thresholdPropertyApply(Consumer<DoubleProperty> op) Applies a function to thethresholdPropertyof the instance being constructed.