Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LightSpotBuilder
Packages that use LightSpotBuilder
-
Uses of LightSpotBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LightSpotBuilderModifier and TypeMethodDescriptionLightSpotBuilder.apply
(Consumer<Light.Spot> func) Applies a function to the Spot instance being constructed.A builder method that invokes thesetColor
method on the instance being constructed.LightSpotBuilder.colorPropertyApply
(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorProperty
of the instance being constructed.static LightSpotBuilder
LightSpotBuilder.create()
Returns an instance of theLightSpotBuilder
.static LightSpotBuilder
Accepts the constructor arguments ofSpot(double, double, double, double, Color)
and returns an instance ofLightSpotBuilder
.LightSpotBuilder.pointsAtX
(double value) A builder method that invokes thesetPointsAtX
method on the instance being constructed.LightSpotBuilder.pointsAtXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepointsAtXProperty
of the instance being constructed.LightSpotBuilder.pointsAtY
(double value) A builder method that invokes thesetPointsAtY
method on the instance being constructed.LightSpotBuilder.pointsAtYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepointsAtYProperty
of the instance being constructed.LightSpotBuilder.pointsAtZ
(double value) A builder method that invokes thesetPointsAtZ
method on the instance being constructed.LightSpotBuilder.pointsAtZPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepointsAtZProperty
of the instance being constructed.LightSpotBuilder.specularExponent
(double value) A builder method that invokes thesetSpecularExponent
method on the instance being constructed.LightSpotBuilder.specularExponentPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thespecularExponentProperty
of the instance being constructed.LightSpotBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.LightSpotBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.LightSpotBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.LightSpotBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.LightSpotBuilder.z
(double value) A builder method that invokes thesetZ
method on the instance being constructed.LightSpotBuilder.zPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thezProperty
of the instance being constructed.