Class BorderStrokeStyle

java.lang.Object
javafx.scene.layout.BorderStrokeStyle

public final class BorderStrokeStyle extends Object
Defines the style of the stroke to use on one side of a BorderStroke. There are several predefined styles, although the properties of these predefined styles may not match the settings used to ultimately draw them. Or you may create a new BorderStrokeStyle and define each of the stroke settings manually, similar to any Shape.
Since:
JavaFX 8.0