Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ShadowBuilder
Packages that use ShadowBuilder
-
Uses of ShadowBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ShadowBuilderModifier and TypeMethodDescriptionApplies a function to the Shadow instance being constructed.A builder method that invokes thesetBlurType
method on the instance being constructed.ShadowBuilder.blurTypePropertyApply
(Consumer<ObjectProperty<BlurType>> op) Applies a function to theblurTypeProperty
of the instance being constructed.A builder method that invokes thesetColor
method on the instance being constructed.ShadowBuilder.colorPropertyApply
(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorProperty
of the instance being constructed.static ShadowBuilder
ShadowBuilder.create()
Returns an instance of theShadowBuilder
.static ShadowBuilder
Accepts the constructor arguments ofShadow(double, Color)
and returns an instance ofShadowBuilder
.static ShadowBuilder
Accepts the constructor arguments ofShadow(BlurType, Color, double)
and returns an instance ofShadowBuilder
.ShadowBuilder.height
(double value) A builder method that invokes thesetHeight
method on the instance being constructed.ShadowBuilder.heightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.A builder method that invokes thesetInput
method on the instance being constructed.ShadowBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.ShadowBuilder.radius
(double value) A builder method that invokes thesetRadius
method on the instance being constructed.ShadowBuilder.radiusPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theradiusProperty
of the instance being constructed.ShadowBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.ShadowBuilder.widthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.