Uses of Class
io.github.sosuisen.jfxbuilder.graphics.DropShadowBuilder
Packages that use DropShadowBuilder
-
Uses of DropShadowBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return DropShadowBuilderModifier and TypeMethodDescriptionDropShadowBuilder.apply
(Consumer<DropShadow> func) Applies a function to the DropShadow instance being constructed.A builder method that invokes thesetBlurType
method on the instance being constructed.DropShadowBuilder.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.DropShadowBuilder.colorPropertyApply
(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorProperty
of the instance being constructed.static DropShadowBuilder
DropShadowBuilder.create()
Returns an instance of theDropShadowBuilder
.static DropShadowBuilder
Accepts the constructor arguments ofDropShadow(double, double, double, Color)
and returns an instance ofDropShadowBuilder
.static DropShadowBuilder
Accepts the constructor arguments ofDropShadow(double, Color)
and returns an instance ofDropShadowBuilder
.static DropShadowBuilder
DropShadowBuilder.create
(BlurType blurType, Color color, double radius, double spread, double offsetX, double offsetY) Accepts the constructor arguments ofDropShadow(BlurType, Color, double, double, double, double)
and returns an instance ofDropShadowBuilder
.DropShadowBuilder.height
(double value) A builder method that invokes thesetHeight
method on the instance being constructed.DropShadowBuilder.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.DropShadowBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.DropShadowBuilder.offsetX
(double value) A builder method that invokes thesetOffsetX
method on the instance being constructed.DropShadowBuilder.offsetXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theoffsetXProperty
of the instance being constructed.DropShadowBuilder.offsetY
(double value) A builder method that invokes thesetOffsetY
method on the instance being constructed.DropShadowBuilder.offsetYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theoffsetYProperty
of the instance being constructed.DropShadowBuilder.radius
(double value) A builder method that invokes thesetRadius
method on the instance being constructed.DropShadowBuilder.radiusPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theradiusProperty
of the instance being constructed.DropShadowBuilder.spread
(double value) A builder method that invokes thesetSpread
method on the instance being constructed.DropShadowBuilder.spreadPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thespreadProperty
of the instance being constructed.DropShadowBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.DropShadowBuilder.widthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.