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