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 thesetBottomOpacitymethod on the instance being constructed.ReflectionBuilder.bottomOpacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to thebottomOpacityPropertyof the instance being constructed.static ReflectionBuilderReflectionBuilder.create()Returns an instance of theReflectionBuilder.static ReflectionBuilderReflectionBuilder.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 thesetFractionmethod on the instance being constructed.ReflectionBuilder.fractionPropertyApply(Consumer<DoubleProperty> op) Applies a function to thefractionPropertyof the instance being constructed.A builder method that invokes thesetInputmethod on the instance being constructed.ReflectionBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.ReflectionBuilder.topOffset(double value) A builder method that invokes thesetTopOffsetmethod on the instance being constructed.ReflectionBuilder.topOffsetPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetopOffsetPropertyof the instance being constructed.ReflectionBuilder.topOpacity(double value) A builder method that invokes thesetTopOpacitymethod on the instance being constructed.ReflectionBuilder.topOpacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetopOpacityPropertyof the instance being constructed.