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