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 thesetColormethod on the instance being constructed.LightSpotBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static LightSpotBuilderLightSpotBuilder.create()Returns an instance of theLightSpotBuilder.static LightSpotBuilderAccepts the constructor arguments ofSpot(double, double, double, double, Color)and returns an instance ofLightSpotBuilder.LightSpotBuilder.pointsAtX(double value) A builder method that invokes thesetPointsAtXmethod on the instance being constructed.LightSpotBuilder.pointsAtXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepointsAtXPropertyof the instance being constructed.LightSpotBuilder.pointsAtY(double value) A builder method that invokes thesetPointsAtYmethod on the instance being constructed.LightSpotBuilder.pointsAtYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepointsAtYPropertyof the instance being constructed.LightSpotBuilder.pointsAtZ(double value) A builder method that invokes thesetPointsAtZmethod on the instance being constructed.LightSpotBuilder.pointsAtZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepointsAtZPropertyof the instance being constructed.LightSpotBuilder.specularExponent(double value) A builder method that invokes thesetSpecularExponentmethod on the instance being constructed.LightSpotBuilder.specularExponentPropertyApply(Consumer<DoubleProperty> op) Applies a function to thespecularExponentPropertyof the instance being constructed.LightSpotBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.LightSpotBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.LightSpotBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.LightSpotBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.LightSpotBuilder.z(double value) A builder method that invokes thesetZmethod on the instance being constructed.LightSpotBuilder.zPropertyApply(Consumer<DoubleProperty> op) Applies a function to thezPropertyof the instance being constructed.