Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LightingBuilder
Packages that use LightingBuilder
-
Uses of LightingBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LightingBuilderModifier and TypeMethodDescriptionApplies a function to the Lighting instance being constructed.A builder method that invokes thesetBumpInputmethod on the instance being constructed.LightingBuilder.bumpInputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to thebumpInputPropertyof the instance being constructed.LightingBuilder.contentInput(Effect value) A builder method that invokes thesetContentInputmethod on the instance being constructed.LightingBuilder.contentInputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to thecontentInputPropertyof the instance being constructed.static LightingBuilderLightingBuilder.create()Returns an instance of theLightingBuilder.static LightingBuilderAccepts the constructor arguments ofLighting(Light)and returns an instance ofLightingBuilder.LightingBuilder.diffuseConstant(double value) A builder method that invokes thesetDiffuseConstantmethod on the instance being constructed.LightingBuilder.diffuseConstantPropertyApply(Consumer<DoubleProperty> op) Applies a function to thediffuseConstantPropertyof the instance being constructed.A builder method that invokes thesetLightmethod on the instance being constructed.LightingBuilder.lightPropertyApply(Consumer<ObjectProperty<Light>> op) Applies a function to thelightPropertyof the instance being constructed.LightingBuilder.specularConstant(double value) A builder method that invokes thesetSpecularConstantmethod on the instance being constructed.LightingBuilder.specularConstantPropertyApply(Consumer<DoubleProperty> op) Applies a function to thespecularConstantPropertyof the instance being constructed.LightingBuilder.specularExponent(double value) A builder method that invokes thesetSpecularExponentmethod on the instance being constructed.LightingBuilder.specularExponentPropertyApply(Consumer<DoubleProperty> op) Applies a function to thespecularExponentPropertyof the instance being constructed.LightingBuilder.surfaceScale(double value) A builder method that invokes thesetSurfaceScalemethod on the instance being constructed.LightingBuilder.surfaceScalePropertyApply(Consumer<DoubleProperty> op) Applies a function to thesurfaceScalePropertyof the instance being constructed.