|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Method and Description |
|---|---|
static BackgroundImageBuilder |
BackgroundImageBuilder.create()
Creates a new instance of BackgroundImageBuilder.
|
BackgroundImageBuilder |
BackgroundImageBuilder.image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
BackgroundImageBuilder |
BackgroundImageBuilder.position(BackgroundPosition x)
Set the value of the
position property for the instance constructed by this builder. |
BackgroundImageBuilder |
BackgroundImageBuilder.repeatX(BackgroundRepeat x)
Set the value of the
repeatX property for the instance constructed by this builder. |
BackgroundImageBuilder |
BackgroundImageBuilder.repeatY(BackgroundRepeat x)
Set the value of the
repeatY property for the instance constructed by this builder. |
BackgroundImageBuilder |
BackgroundImageBuilder.size(BackgroundSize x)
Set the value of the
size property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .