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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.