Uses of Class
javafx.scene.layout.BorderImage
Packages that use BorderImage
-
Uses of BorderImage in javafx.scene.layout
Classes in javafx.scene.layout that implement interfaces with type arguments of type BorderImageModifier and TypeClassDescriptionfinal class
Defines properties describing how to render an image as the border of some Region.Methods in javafx.scene.layout that return BorderImageModifier and TypeMethodDescriptionBorderImage.interpolate
(BorderImage 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 BorderImageModifier and TypeMethodDescriptionfinal List
<BorderImage> Border.getImages()
The list of BorderImages which together define the images to use instead of stroke for this Border.Methods in javafx.scene.layout with parameters of type BorderImageModifier and TypeMethodDescriptionBorderImage.interpolate
(BorderImage 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 BorderImageModifierConstructorDescriptionBorder
(BorderImage... images) Creates a new Border by supplying an array of BorderImages.Border
(BorderStroke[] strokes, BorderImage[] images) Creates a new Border by supplying an array of BorderStrokes and BorderImages.