Uses of Class
javafx.scene.layout.BorderStroke
Packages that use BorderStroke
-
Uses of BorderStroke in javafx.scene.layout
Classes in javafx.scene.layout that implement interfaces with type arguments of type BorderStrokeModifier and TypeClassDescriptionfinal class
Defines the stroke to use on aBorder
for styling aRegion
.Methods in javafx.scene.layout that return BorderStrokeModifier and TypeMethodDescriptionBorderStroke.interpolate
(BorderStroke endValue, double t) Returns an intermediate value between the value of thisInterpolatable
and the specifiedendValue
using the linear interpolation factort
, ranging from 0 (inclusive) to 1 (inclusive).Methods in javafx.scene.layout that return types with arguments of type BorderStrokeModifier and TypeMethodDescriptionfinal List
<BorderStroke> Border.getStrokes()
The list of BorderStrokes which together define the stroked portion of this Border.Methods in javafx.scene.layout with parameters of type BorderStrokeModifier and TypeMethodDescriptionBorderStroke.interpolate
(BorderStroke endValue, double t) Returns an intermediate value between the value of thisInterpolatable
and the specifiedendValue
using the linear interpolation factort
, ranging from 0 (inclusive) to 1 (inclusive).Constructors in javafx.scene.layout with parameters of type BorderStrokeModifierConstructorDescriptionBorder
(BorderStroke... strokes) Creates a new Border by supplying an array of BorderStrokes.Border
(BorderStroke[] strokes, BorderImage[] images) Creates a new Border by supplying an array of BorderStrokes and BorderImages.Constructor parameters in javafx.scene.layout with type arguments of type BorderStrokeModifierConstructorDescriptionBorder
(List<BorderStroke> strokes, List<BorderImage> images) Creates a new Border by supplying a List of BorderStrokes and BorderImages.