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 thesetBlurType
method on the instance being constructed.InnerShadowBuilder.blurTypePropertyApply
(Consumer<ObjectProperty<BlurType>> op) Applies a function to theblurTypeProperty
of the instance being constructed.InnerShadowBuilder.choke
(double value) A builder method that invokes thesetChoke
method on the instance being constructed.InnerShadowBuilder.chokePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thechokeProperty
of the instance being constructed.A builder method that invokes thesetColor
method on the instance being constructed.InnerShadowBuilder.colorPropertyApply
(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorProperty
of the instance being constructed.static InnerShadowBuilder
InnerShadowBuilder.create()
Returns an instance of theInnerShadowBuilder
.static InnerShadowBuilder
Accepts the constructor arguments ofInnerShadow(double, double, double, Color)
and returns an instance ofInnerShadowBuilder
.static InnerShadowBuilder
Accepts the constructor arguments ofInnerShadow(double, Color)
and returns an instance ofInnerShadowBuilder
.static InnerShadowBuilder
InnerShadowBuilder.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 thesetHeight
method on the instance being constructed.InnerShadowBuilder.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.InnerShadowBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.InnerShadowBuilder.offsetX
(double value) A builder method that invokes thesetOffsetX
method on the instance being constructed.InnerShadowBuilder.offsetXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theoffsetXProperty
of the instance being constructed.InnerShadowBuilder.offsetY
(double value) A builder method that invokes thesetOffsetY
method on the instance being constructed.InnerShadowBuilder.offsetYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theoffsetYProperty
of the instance being constructed.InnerShadowBuilder.radius
(double value) A builder method that invokes thesetRadius
method on the instance being constructed.InnerShadowBuilder.radiusPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theradiusProperty
of the instance being constructed.InnerShadowBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.InnerShadowBuilder.widthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.