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