Uses of Class
javafx.scene.layout.BorderStroke
-
Uses of BorderStroke in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal List<BorderStroke>
Border.getStrokes()
The list of BorderStrokes which together define the stroked portion of this Border.ModifierConstructorDescriptionBorder
(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.ModifierConstructorDescriptionBorder
(List<BorderStroke> strokes, List<BorderImage> images) Creates a new Border by supplying a List of BorderStrokes and BorderImages.