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 thesetBlurTypemethod on the instance being constructed.DropShadowBuilder.blurTypePropertyApply(Consumer<ObjectProperty<BlurType>> op) Applies a function to theblurTypePropertyof the instance being constructed.A builder method that invokes thesetColormethod on the instance being constructed.DropShadowBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static DropShadowBuilderDropShadowBuilder.create()Returns an instance of theDropShadowBuilder.static DropShadowBuilderAccepts the constructor arguments ofDropShadow(double, double, double, Color)and returns an instance ofDropShadowBuilder.static DropShadowBuilderAccepts the constructor arguments ofDropShadow(double, Color)and returns an instance ofDropShadowBuilder.static DropShadowBuilderDropShadowBuilder.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 thesetHeightmethod on the instance being constructed.DropShadowBuilder.heightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.A builder method that invokes thesetInputmethod on the instance being constructed.DropShadowBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.DropShadowBuilder.offsetX(double value) A builder method that invokes thesetOffsetXmethod on the instance being constructed.DropShadowBuilder.offsetXPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetXPropertyof the instance being constructed.DropShadowBuilder.offsetY(double value) A builder method that invokes thesetOffsetYmethod on the instance being constructed.DropShadowBuilder.offsetYPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetYPropertyof the instance being constructed.DropShadowBuilder.radius(double value) A builder method that invokes thesetRadiusmethod on the instance being constructed.DropShadowBuilder.radiusPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusPropertyof the instance being constructed.DropShadowBuilder.spread(double value) A builder method that invokes thesetSpreadmethod on the instance being constructed.DropShadowBuilder.spreadPropertyApply(Consumer<DoubleProperty> op) Applies a function to thespreadPropertyof the instance being constructed.DropShadowBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.DropShadowBuilder.widthPropertyApply(Consumer<DoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.