Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
List<BorderStroke> |
Border.getStrokes()
The list of BorderStrokes which together define the stroked portion
of this Border.
|
Constructor and Description |
---|
Border(BorderStroke... strokes)
Creates a new Border by supplying an array of BorderStrokes.
|
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.