@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class FloatMapBuilder<B extends FloatMapBuilder<B>> extends java.lang.Object implements Builder<FloatMap>
FloatMap
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private int |
height
Deprecated.
|
private int |
width
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
FloatMapBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(FloatMap x)
Deprecated.
|
FloatMap |
build()
Deprecated.
Make an instance of
FloatMap based on the properties set on this builder. |
static FloatMapBuilder<?> |
create()
Deprecated.
Creates a new instance of FloatMapBuilder.
|
B |
height(int x)
Deprecated.
Set the value of the
height property for the instance constructed by this builder. |
B |
width(int x)
Deprecated.
Set the value of the
width property for the instance constructed by this builder. |
private int __set
private int height
private int width
public static FloatMapBuilder<?> create()
public void applyTo(FloatMap x)
public B height(int x)
height
property for the instance constructed by this builder.public B width(int x)
width
property for the instance constructed by this builder.