Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ReflectionBuilder
Packages that use ReflectionBuilder
-
Uses of ReflectionBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ReflectionBuilderModifier and TypeMethodDescriptionReflectionBuilder.apply
(Consumer<Reflection> func) Applies a function to the Reflection instance being constructed.ReflectionBuilder.bottomOpacity
(double value) A builder method that invokes thesetBottomOpacity
method on the instance being constructed.ReflectionBuilder.bottomOpacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thebottomOpacityProperty
of the instance being constructed.static ReflectionBuilder
ReflectionBuilder.create()
Returns an instance of theReflectionBuilder
.static ReflectionBuilder
ReflectionBuilder.create
(double topOffset, double fraction, double topOpacity, double bottomOpacity) Accepts the constructor arguments ofReflection(double, double, double, double)
and returns an instance ofReflectionBuilder
.ReflectionBuilder.fraction
(double value) A builder method that invokes thesetFraction
method on the instance being constructed.ReflectionBuilder.fractionPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thefractionProperty
of the instance being constructed.A builder method that invokes thesetInput
method on the instance being constructed.ReflectionBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.ReflectionBuilder.topOffset
(double value) A builder method that invokes thesetTopOffset
method on the instance being constructed.ReflectionBuilder.topOffsetPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetopOffsetProperty
of the instance being constructed.ReflectionBuilder.topOpacity
(double value) A builder method that invokes thesetTopOpacity
method on the instance being constructed.ReflectionBuilder.topOpacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetopOpacityProperty
of the instance being constructed.