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 thesetBlurTypemethod on the instance being constructed.ShadowBuilder.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.ShadowBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static ShadowBuilderShadowBuilder.create()Returns an instance of theShadowBuilder.static ShadowBuilderAccepts the constructor arguments ofShadow(double, Color)and returns an instance ofShadowBuilder.static ShadowBuilderAccepts the constructor arguments ofShadow(BlurType, Color, double)and returns an instance ofShadowBuilder.ShadowBuilder.height(double value) A builder method that invokes thesetHeightmethod on the instance being constructed.ShadowBuilder.heightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.A builder method that invokes thesetInputmethod on the instance being constructed.ShadowBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.ShadowBuilder.radius(double value) A builder method that invokes thesetRadiusmethod on the instance being constructed.ShadowBuilder.radiusPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusPropertyof the instance being constructed.ShadowBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.ShadowBuilder.widthPropertyApply(Consumer<DoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.