Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
private void |
NGRegion.setBorderStyle(Graphics g,
BorderStroke sb,
double length,
boolean forceCentered) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<BorderStroke> |
Border.strokes |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<BorderStroke> strokes,
java.util.List<BorderImage> images)
Creates a new Border by supplying a List of BorderStrokes and BorderImages.
|