Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LightDistantBuilder
Packages that use LightDistantBuilder
-
Uses of LightDistantBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LightDistantBuilderModifier and TypeMethodDescriptionLightDistantBuilder.apply
(Consumer<Light.Distant> func) Applies a function to the Distant instance being constructed.LightDistantBuilder.azimuth
(double value) A builder method that invokes thesetAzimuth
method on the instance being constructed.LightDistantBuilder.azimuthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theazimuthProperty
of the instance being constructed.A builder method that invokes thesetColor
method on the instance being constructed.LightDistantBuilder.colorPropertyApply
(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorProperty
of the instance being constructed.static LightDistantBuilder
LightDistantBuilder.create()
Returns an instance of theLightDistantBuilder
.static LightDistantBuilder
Accepts the constructor arguments ofDistant(double, double, Color)
and returns an instance ofLightDistantBuilder
.LightDistantBuilder.elevation
(double value) A builder method that invokes thesetElevation
method on the instance being constructed.LightDistantBuilder.elevationPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theelevationProperty
of the instance being constructed.