Provides classes to support user interface layout.
-
A predefined dashed pattern to be used for stroking
A predefined dotted pattern to be used for stroking
Indicates that no stroke should be drawn.
A predefined solid line to be used for stroking
Defines the style of bottom side of this border.
Defines the style of left side of this border.
Defines the style of right side of this border.
Defines the style of top side of this border.
Creates a new BorderStroke
.
Creates a new BorderStroke
.
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 new BorderStroke
, specifying all construction parameters.