Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
List<BorderImage> |
Border.getImages()
The list of BorderImages which together define the images to use
instead of stroke for this Border.
|
Constructor and Description |
---|
Border(BorderImage... images)
Creates a new Border by supplying an array of BorderImages.
|
Border(BorderStroke[] strokes,
BorderImage[] images)
Creates a new Border by supplying an array of BorderStrokes and BorderImages.
|
Constructor and Description |
---|
Border(List<BorderStroke> strokes,
List<BorderImage> images)
Creates a new Border by supplying a List of BorderStrokes and BorderImages.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.