Uses of Class
javafx.scene.layout.BorderStrokeStyle
-
Uses of BorderStrokeStyle in javafx.scene.layout
Modifier and TypeFieldDescriptionstatic final BorderStrokeStyle
BorderStrokeStyle.DASHED
A predefined dashed pattern to be used for strokingstatic final BorderStrokeStyle
BorderStrokeStyle.DOTTED
A predefined dotted pattern to be used for strokingstatic final BorderStrokeStyle
BorderStrokeStyle.NONE
Indicates that no stroke should be drawn.static final BorderStrokeStyle
BorderStrokeStyle.SOLID
A predefined solid line to be used for strokingModifier and TypeMethodDescriptionfinal BorderStrokeStyle
BorderStroke.getBottomStyle()
Defines the style of bottom side of this border.final BorderStrokeStyle
BorderStroke.getLeftStyle()
Defines the style of left side of this border.final BorderStrokeStyle
BorderStroke.getRightStyle()
Defines the style of right side of this border.final BorderStrokeStyle
BorderStroke.getTopStyle()
Defines the style of top side of this border.ModifierConstructorDescriptionBorderStroke
(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths) Creates a newBorderStroke
.BorderStroke
(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths, Insets insets) Creates a newBorderStroke
.BorderStroke
(Paint topStroke, Paint rightStroke, Paint bottomStroke, Paint leftStroke, BorderStrokeStyle topStyle, BorderStrokeStyle rightStyle, BorderStrokeStyle bottomStyle, BorderStrokeStyle leftStyle, CornerRadii radii, BorderWidths widths, Insets insets) Creates a newBorderStroke
, specifying all construction parameters.