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 thesetAzimuthmethod on the instance being constructed.LightDistantBuilder.azimuthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theazimuthPropertyof the instance being constructed.A builder method that invokes thesetColormethod on the instance being constructed.LightDistantBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static LightDistantBuilderLightDistantBuilder.create()Returns an instance of theLightDistantBuilder.static LightDistantBuilderAccepts the constructor arguments ofDistant(double, double, Color)and returns an instance ofLightDistantBuilder.LightDistantBuilder.elevation(double value) A builder method that invokes thesetElevationmethod on the instance being constructed.LightDistantBuilder.elevationPropertyApply(Consumer<DoubleProperty> op) Applies a function to theelevationPropertyof the instance being constructed.