|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Method and Description |
|---|---|
static BackgroundBuilder |
BackgroundBuilder.create()
Creates a new instance of BackgroundBuilder.
|
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 |
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 |
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 |
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. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .