Uses of Class
io.github.sosuisen.jfxbuilder.graphics.InnerShadowBuilder
Packages that use InnerShadowBuilder
-
Uses of InnerShadowBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return InnerShadowBuilderModifier and TypeMethodDescriptionInnerShadowBuilder.apply(Consumer<InnerShadow> func) Applies a function to the InnerShadow instance being constructed.A builder method that invokes thesetBlurTypemethod on the instance being constructed.InnerShadowBuilder.blurTypePropertyApply(Consumer<ObjectProperty<BlurType>> op) Applies a function to theblurTypePropertyof the instance being constructed.InnerShadowBuilder.choke(double value) A builder method that invokes thesetChokemethod on the instance being constructed.InnerShadowBuilder.chokePropertyApply(Consumer<DoubleProperty> op) Applies a function to thechokePropertyof the instance being constructed.A builder method that invokes thesetColormethod on the instance being constructed.InnerShadowBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static InnerShadowBuilderInnerShadowBuilder.create()Returns an instance of theInnerShadowBuilder.static InnerShadowBuilderAccepts the constructor arguments ofInnerShadow(double, double, double, Color)and returns an instance ofInnerShadowBuilder.static InnerShadowBuilderAccepts the constructor arguments ofInnerShadow(double, Color)and returns an instance ofInnerShadowBuilder.static InnerShadowBuilderInnerShadowBuilder.create(BlurType blurType, Color color, double radius, double choke, double offsetX, double offsetY) Accepts the constructor arguments ofInnerShadow(BlurType, Color, double, double, double, double)and returns an instance ofInnerShadowBuilder.InnerShadowBuilder.height(double value) A builder method that invokes thesetHeightmethod on the instance being constructed.InnerShadowBuilder.heightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.A builder method that invokes thesetInputmethod on the instance being constructed.InnerShadowBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.InnerShadowBuilder.offsetX(double value) A builder method that invokes thesetOffsetXmethod on the instance being constructed.InnerShadowBuilder.offsetXPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetXPropertyof the instance being constructed.InnerShadowBuilder.offsetY(double value) A builder method that invokes thesetOffsetYmethod on the instance being constructed.InnerShadowBuilder.offsetYPropertyApply(Consumer<DoubleProperty> op) Applies a function to theoffsetYPropertyof the instance being constructed.InnerShadowBuilder.radius(double value) A builder method that invokes thesetRadiusmethod on the instance being constructed.InnerShadowBuilder.radiusPropertyApply(Consumer<DoubleProperty> op) Applies a function to theradiusPropertyof the instance being constructed.InnerShadowBuilder.width(double value) A builder method that invokes thesetWidthmethod on the instance being constructed.InnerShadowBuilder.widthPropertyApply(Consumer<DoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.