Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LightPointBuilder
Packages that use LightPointBuilder
-
Uses of LightPointBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LightPointBuilderModifier and TypeMethodDescriptionLightPointBuilder.apply(Consumer<Light.Point> func) Applies a function to the Point instance being constructed.A builder method that invokes thesetColormethod on the instance being constructed.LightPointBuilder.colorPropertyApply(Consumer<ObjectProperty<Color>> op) Applies a function to thecolorPropertyof the instance being constructed.static LightPointBuilderLightPointBuilder.create()Returns an instance of theLightPointBuilder.static LightPointBuilderAccepts the constructor arguments ofPoint(double, double, double, Color)and returns an instance ofLightPointBuilder.LightPointBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.LightPointBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.LightPointBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.LightPointBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.LightPointBuilder.z(double value) A builder method that invokes thesetZmethod on the instance being constructed.LightPointBuilder.zPropertyApply(Consumer<DoubleProperty> op) Applies a function to thezPropertyof the instance being constructed.