@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class ImagePatternBuilder extends java.lang.Object implements Builder<ImagePattern>
ImagePattern| Modifier and Type | Field and Description |
|---|---|
private double |
height
Deprecated.
|
private Image |
image
Deprecated.
|
private boolean |
proportional
Deprecated.
|
private double |
width
Deprecated.
|
private double |
x
Deprecated.
|
private double |
y
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ImagePatternBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ImagePattern |
build()
Deprecated.
Make an instance of
ImagePattern based on the properties set on this builder. |
static ImagePatternBuilder |
create()
Deprecated.
Creates a new instance of ImagePatternBuilder.
|
ImagePatternBuilder |
height(double x)
Deprecated.
Set the value of the
height property for the instance constructed by this builder. |
ImagePatternBuilder |
image(Image x)
Deprecated.
Set the value of the
image property for the instance constructed by this builder. |
ImagePatternBuilder |
proportional(boolean x)
Deprecated.
Set the value of the
proportional property for the instance constructed by this builder. |
ImagePatternBuilder |
width(double x)
Deprecated.
Set the value of the
width property for the instance constructed by this builder. |
ImagePatternBuilder |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
ImagePatternBuilder |
y(double x)
Deprecated.
Set the value of the
y property for the instance constructed by this builder. |
private double height
private Image image
private boolean proportional
private double width
private double x
private double y
public static ImagePatternBuilder create()
public ImagePatternBuilder height(double x)
height property for the instance constructed by this builder.public ImagePatternBuilder image(Image x)
image property for the instance constructed by this builder.public ImagePatternBuilder proportional(boolean x)
proportional property for the instance constructed by this builder.public ImagePatternBuilder width(double x)
width property for the instance constructed by this builder.public ImagePatternBuilder x(double x)
x property for the instance constructed by this builder.public ImagePatternBuilder y(double x)
y property for the instance constructed by this builder.public ImagePattern build()
ImagePattern based on the properties set on this builder.build in interface Builder<ImagePattern>