Uses of Class
javafx.scene.layout.BackgroundSize
-
Packages that use BackgroundSize 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of BackgroundSize in javafx.scene.layout
Fields in javafx.scene.layout declared as BackgroundSize Modifier and Type Field 描述 static BackgroundSize
BackgroundSize. DEFAULT
当未定义显式大小时,BackgroundImages使用的默认BackgroundSize。Methods in javafx.scene.layout that return BackgroundSize Modifier and Type 方法 描述 BackgroundSize
BackgroundImage. getSize()
该图像相对于Region的大小。Constructors in javafx.scene.layout with parameters of type BackgroundSize Constructor 描述 BackgroundImage(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size)
创建一个新的BackgroundImage。
-