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