Uses of Class
javafx.scene.layout.BackgroundPosition
-
Packages that use BackgroundPosition 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of BackgroundPosition in javafx.scene.layout
Fields in javafx.scene.layout declared as BackgroundPosition Modifier and Type Field 描述 static BackgroundPosition
BackgroundPosition. CENTER
一个将背景图像中心的BackgroundPosition。static BackgroundPosition
BackgroundPosition. DEFAULT
任何BackgroundImage的默认BackgroundPosition。Methods in javafx.scene.layout that return BackgroundPosition Modifier and Type 方法 描述 BackgroundPosition
BackgroundImage. getPosition()
这个BackgroundImage相对于Region的位置。Constructors in javafx.scene.layout with parameters of type BackgroundPosition Constructor 描述 BackgroundImage(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size)
创建一个新的BackgroundImage。
-