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 BorderWidthsBorderWidths. DEFAULT指定null时由BorderImage使用的默认BorderWidth。static BorderWidthsBorderStroke. DEFAULT_WIDTHS默认Insets与BorderStroke一起使用,否则不定义任何内容。static BorderWidthsBorderWidths. EMPTY一组空的宽度,使得所有值都为0,并且是文字值。static BorderWidthsBorderWidths. FULL一组宽度,表示每边100%。static BorderWidthsBorderStroke. MEDIUM指定“medium”时的默认值static BorderWidthsBorderStroke. THICK指定“thick”时的默认值static BorderWidthsBorderStroke. THIN指定“thin”时的默认插入。Methods in javafx.scene.layout that return BorderWidths Modifier and Type 方法 描述 BorderWidthsBorderImage. getSlices()定义图像的切片。BorderWidthsBorderImage. getWidths()每侧边框的宽度。BorderWidthsBorderStroke. 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,指定所有构造参数。
-