@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class LightingBuilder<B extends LightingBuilder<B>> extends java.lang.Object implements Builder<Lighting>
Lighting
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Effect |
bumpInput
Deprecated.
|
private Effect |
contentInput
Deprecated.
|
private double |
diffuseConstant
Deprecated.
|
private Light |
light
Deprecated.
|
private double |
specularConstant
Deprecated.
|
private double |
specularExponent
Deprecated.
|
private double |
surfaceScale
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
LightingBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Lighting x)
Deprecated.
|
Lighting |
build()
Deprecated.
Make an instance of
Lighting based on the properties set on this builder. |
B |
bumpInput(Effect x)
Deprecated.
Set the value of the
bumpInput property for the instance constructed by this builder. |
B |
contentInput(Effect x)
Deprecated.
Set the value of the
contentInput property for the instance constructed by this builder. |
static LightingBuilder<?> |
create()
Deprecated.
Creates a new instance of LightingBuilder.
|
B |
diffuseConstant(double x)
Deprecated.
Set the value of the
diffuseConstant property for the instance constructed by this builder. |
B |
light(Light x)
Deprecated.
Set the value of the
light property for the instance constructed by this builder. |
B |
specularConstant(double x)
Deprecated.
Set the value of the
specularConstant property for the instance constructed by this builder. |
B |
specularExponent(double x)
Deprecated.
Set the value of the
specularExponent property for the instance constructed by this builder. |
B |
surfaceScale(double x)
Deprecated.
Set the value of the
surfaceScale property for the instance constructed by this builder. |
private int __set
private Effect bumpInput
private Effect contentInput
private double diffuseConstant
private Light light
private double specularConstant
private double specularExponent
private double surfaceScale
public static LightingBuilder<?> create()
public void applyTo(Lighting x)
public B bumpInput(Effect x)
bumpInput
property for the instance constructed by this builder.public B contentInput(Effect x)
contentInput
property for the instance constructed by this builder.public B diffuseConstant(double x)
diffuseConstant
property for the instance constructed by this builder.public B light(Light x)
light
property for the instance constructed by this builder.public B specularConstant(double x)
specularConstant
property for the instance constructed by this builder.public B specularExponent(double x)
specularExponent
property for the instance constructed by this builder.public B surfaceScale(double x)
surfaceScale
property for the instance constructed by this builder.