@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class ImagePatternBuilder extends java.lang.Object implements Builder<ImagePattern>
ImagePattern| Modifier | Constructor and Description |
|---|---|
protected |
ImagePatternBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ImagePattern |
build()
Make an instance of
ImagePattern based on the properties set on this builder. |
static ImagePatternBuilder |
create()
Creates a new instance of ImagePatternBuilder.
|
ImagePatternBuilder |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
ImagePatternBuilder |
image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
ImagePatternBuilder |
proportional(boolean x)
Set the value of the
proportional property for the instance constructed by this builder. |
ImagePatternBuilder |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
ImagePatternBuilder |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
ImagePatternBuilder |
y(double x)
Set the value of the
y property for the instance constructed by this builder. |
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>Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.