Uses of Class
javafx.scene.layout.Background
-
Packages that use Background 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of Background in javafx.scene.layout
Fields in javafx.scene.layout declared as Background Modifier and Type Field 描述 static Background
Background. EMPTY
一个空的背景,使用而不是null。Methods in javafx.scene.layout that return Background Modifier and Type 方法 描述 Background
Region. getBackground()
获取属性背景的值。Methods in javafx.scene.layout that return types with arguments of type Background Modifier and Type 方法 描述 ObjectProperty<Background>
Region. backgroundProperty()
该区域的背景由零个或多个BackgroundFill组成,以及零个或多个BackgroundImages。Methods in javafx.scene.layout with parameters of type Background Modifier and Type 方法 描述 void
Region. setBackground(Background value)
设置属性背景的值。
-