Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BlendBuilder
Packages that use BlendBuilder
-
Uses of BlendBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BlendBuilderModifier and TypeMethodDescriptionApplies a function to the Blend instance being constructed.BlendBuilder.bottomInput
(Effect value) A builder method that invokes thesetBottomInput
method on the instance being constructed.BlendBuilder.bottomInputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to thebottomInputProperty
of the instance being constructed.static BlendBuilder
BlendBuilder.create()
Returns an instance of theBlendBuilder
.static BlendBuilder
Accepts the constructor arguments ofBlend(BlendMode)
and returns an instance ofBlendBuilder
.static BlendBuilder
Accepts the constructor arguments ofBlend(BlendMode, Effect, Effect)
and returns an instance ofBlendBuilder
.A builder method that invokes thesetMode
method on the instance being constructed.BlendBuilder.modePropertyApply
(Consumer<ObjectProperty<BlendMode>> op) Applies a function to themodeProperty
of the instance being constructed.BlendBuilder.opacity
(double value) A builder method that invokes thesetOpacity
method on the instance being constructed.BlendBuilder.opacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theopacityProperty
of the instance being constructed.A builder method that invokes thesetTopInput
method on the instance being constructed.BlendBuilder.topInputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to thetopInputProperty
of the instance being constructed.