Uses of Class
javafx.scene.layout.BackgroundFill
-
Packages that use BackgroundFill 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of BackgroundFill in javafx.scene.layout
Methods in javafx.scene.layout that return types with arguments of type BackgroundFill Modifier and Type 方法 描述 List<BackgroundFill>
Background. getFills()
BackgroundFill的列表,它们一起定义了该背景的填充部分。Constructors in javafx.scene.layout with parameters of type BackgroundFill Constructor 描述 Background(BackgroundFill... fills)
通过提供一个BackgroundFill数组创建一个新的背景。Background(BackgroundFill[] fills, BackgroundImage[] images)
通过提供两个阵列创建一个新的背景,一个用于背景填充,另一个用于背景图像。Constructor parameters in javafx.scene.layout with type arguments of type BackgroundFill Constructor 描述 Background(List<BackgroundFill> fills, List<BackgroundImage> images)
创建一个新的背景提供两个列表,一个用于背景填充,一个用于背景图像。
-