Uses of Class
javafx.scene.layout.BorderStroke
-
Packages that use BorderStroke 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of BorderStroke in javafx.scene.layout
Methods in javafx.scene.layout that return types with arguments of type BorderStroke Modifier and Type 方法 描述 List<BorderStroke>
Border. getStrokes()
BorderStrokes列表,它们一起定义了此边框的划线部分。Constructors in javafx.scene.layout with parameters of type BorderStroke Constructor 描述 Border(BorderStroke... strokes)
通过提供一个BorderStrokes数组创建一个新的边框。Border(BorderStroke[] strokes, BorderImage[] images)
通过提供一系列BorderStrokes和BorderImages创建一个新的边框。Constructor parameters in javafx.scene.layout with type arguments of type BorderStroke Constructor 描述 Border(List<BorderStroke> strokes, List<BorderImage> images)
通过提供BorderStrokes和BorderImages列表创建一个新的边框。
-