Uses of Class
javafx.scene.layout.BorderWidths
-
Packages that use BorderWidths 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of BorderWidths in javafx.scene.layout
Fields in javafx.scene.layout declared as BorderWidths Modifier and Type Field 描述 static BorderWidths
BorderWidths. DEFAULT
指定null时由BorderImage使用的默认BorderWidth。static BorderWidths
BorderStroke. DEFAULT_WIDTHS
默认Insets与BorderStroke一起使用,否则不定义任何内容。static BorderWidths
BorderWidths. EMPTY
一组空的宽度,使得所有值都为0,并且是文字值。static BorderWidths
BorderWidths. FULL
一组宽度,表示每边100%。static BorderWidths
BorderStroke. MEDIUM
指定“medium”时的默认值static BorderWidths
BorderStroke. THICK
指定“thick”时的默认值static BorderWidths
BorderStroke. THIN
指定“thin”时的默认插入。Methods in javafx.scene.layout that return BorderWidths Modifier and Type 方法 描述 BorderWidths
BorderImage. getSlices()
定义图像的切片。BorderWidths
BorderImage. getWidths()
每侧边框的宽度。BorderWidths
BorderStroke. getWidths()
定义BorderStroke的每一边的厚度。Constructors in javafx.scene.layout with parameters of type BorderWidths Constructor 描述 BorderImage(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY)
创建一个新的BorderImage。BorderStroke(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths)
创建一个新的BorderStroke。BorderStroke(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths, Insets insets)
创建一个新的BorderStroke。BorderStroke(Paint topStroke, Paint rightStroke, Paint bottomStroke, Paint leftStroke, BorderStrokeStyle topStyle, BorderStrokeStyle rightStyle, BorderStrokeStyle bottomStyle, BorderStrokeStyle leftStyle, CornerRadii radii, BorderWidths widths, Insets insets)
创建一个新的BorderStroke,指定所有构造参数。
-