Uses of Class
javafx.scene.layout.BackgroundFill
-
Uses of BackgroundFill in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal List
<BackgroundFill> Background.getFills()
The list of BackgroundFills which together define the filled portion of this Background.ModifierConstructorDescriptionBackground
(BackgroundFill... fills) Create a new Background by supplying an array of BackgroundFills.Background
(BackgroundFill[] fills, BackgroundImage[] images) Create a new Background by supplying two arrays, one for background fills, and one for background images.ModifierConstructorDescriptionBackground
(List<BackgroundFill> fills, List<BackgroundImage> images) Create a new Background supply two Lists, one for background fills and one for background images.