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 thesetBottomInputmethod on the instance being constructed.BlendBuilder.bottomInputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to thebottomInputPropertyof the instance being constructed.static BlendBuilderBlendBuilder.create()Returns an instance of theBlendBuilder.static BlendBuilderAccepts the constructor arguments ofBlend(BlendMode)and returns an instance ofBlendBuilder.static BlendBuilderAccepts the constructor arguments ofBlend(BlendMode, Effect, Effect)and returns an instance ofBlendBuilder.A builder method that invokes thesetModemethod on the instance being constructed.BlendBuilder.modePropertyApply(Consumer<ObjectProperty<BlendMode>> op) Applies a function to themodePropertyof the instance being constructed.BlendBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.BlendBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.A builder method that invokes thesetTopInputmethod on the instance being constructed.BlendBuilder.topInputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to thetopInputPropertyof the instance being constructed.