|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Method and Description |
|---|---|
static BorderBuilder |
BorderBuilder.create()
Creates a new instance of BorderBuilder.
|
BorderBuilder |
BorderBuilder.images(BorderImage... x)
Add the given items to the List of items in the
images property for the instance constructed by this builder. |
BorderBuilder |
BorderBuilder.images(java.util.List<BorderImage> x)
Add the given items to the List of items in the
images property for the instance constructed by this builder. |
BorderBuilder |
BorderBuilder.strokes(BorderStroke... x)
Add the given items to the List of items in the
strokes property for the instance constructed by this builder. |
BorderBuilder |
BorderBuilder.strokes(java.util.List<BorderStroke> x)
Add the given items to the List of items in the
strokes property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .