@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ColorBuilder<B extends ColorBuilder<B>> extends java.lang.Object implements Builder<Color>
Color
Modifier and Type | Field and Description |
---|---|
private double |
blue
Deprecated.
|
private double |
green
Deprecated.
|
private double |
opacity
Deprecated.
|
private double |
red
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ColorBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
blue(double x)
Deprecated.
Set the value of the
blue property for the instance constructed by this builder. |
Color |
build()
Deprecated.
Make an instance of
Color based on the properties set on this builder. |
static ColorBuilder<?> |
create()
Deprecated.
Creates a new instance of ColorBuilder.
|
B |
green(double x)
Deprecated.
Set the value of the
green property for the instance constructed by this builder. |
B |
opacity(double x)
Deprecated.
Set the value of the
opacity property for the instance constructed by this builder. |
B |
red(double x)
Deprecated.
Set the value of the
red property for the instance constructed by this builder. |
private double blue
private double green
private double opacity
private double red
public static ColorBuilder<?> create()
public B blue(double x)
blue
property for the instance constructed by this builder.public B green(double x)
green
property for the instance constructed by this builder.public B opacity(double x)
opacity
property for the instance constructed by this builder.public B red(double x)
red
property for the instance constructed by this builder.