|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class BackgroundImageBuilder extends java.lang.Object implements Builder<BackgroundImage>
BackgroundImage| Modifier | Constructor and Description |
|---|---|
protected |
BackgroundImageBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BackgroundImage |
build()
Make an instance of
BackgroundImage based on the properties set on this builder. |
static BackgroundImageBuilder |
create()
Creates a new instance of BackgroundImageBuilder.
|
BackgroundImageBuilder |
image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
BackgroundImageBuilder |
position(BackgroundPosition x)
Set the value of the
position property for the instance constructed by this builder. |
BackgroundImageBuilder |
repeatX(BackgroundRepeat x)
Set the value of the
repeatX property for the instance constructed by this builder. |
BackgroundImageBuilder |
repeatY(BackgroundRepeat x)
Set the value of the
repeatY property for the instance constructed by this builder. |
BackgroundImageBuilder |
size(BackgroundSize x)
Set the value of the
size property for the instance constructed by this builder. |
public static BackgroundImageBuilder create()
public BackgroundImageBuilder image(Image x)
image property for the instance constructed by this builder.public BackgroundImageBuilder position(BackgroundPosition x)
position property for the instance constructed by this builder.public BackgroundImageBuilder repeatX(BackgroundRepeat x)
repeatX property for the instance constructed by this builder.public BackgroundImageBuilder repeatY(BackgroundRepeat x)
repeatY property for the instance constructed by this builder.public BackgroundImageBuilder size(BackgroundSize x)
size property for the instance constructed by this builder.public BackgroundImage build()
BackgroundImage based on the properties set on this builder.build in interface Builder<BackgroundImage>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .