Uses of Class
javafx.scene.layout.BorderImage
-
Uses of BorderImage in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal List<BorderImage>
Border.getImages()
The list of BorderImages which together define the images to use instead of stroke for this Border.ModifierConstructorDescriptionBorder
(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.