|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Method and Description |
|---|---|
BackgroundSizeBuilder |
BackgroundSizeBuilder.contain(boolean x)
Set the value of the
contain property for the instance constructed by this builder. |
BackgroundSizeBuilder |
BackgroundSizeBuilder.cover(boolean x)
Set the value of the
cover property for the instance constructed by this builder. |
static BackgroundSizeBuilder |
BackgroundSizeBuilder.create()
Creates a new instance of BackgroundSizeBuilder.
|
BackgroundSizeBuilder |
BackgroundSizeBuilder.height(double x)
Set the value of the
height property for the instance constructed by this builder. |
BackgroundSizeBuilder |
BackgroundSizeBuilder.heightAsPercentage(boolean x)
Set the value of the
heightAsPercentage property for the instance constructed by this builder. |
BackgroundSizeBuilder |
BackgroundSizeBuilder.width(double x)
Set the value of the
width property for the instance constructed by this builder. |
BackgroundSizeBuilder |
BackgroundSizeBuilder.widthAsPercentage(boolean x)
Set the value of the
widthAsPercentage property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .