Saturday 24 October 2020

javaFX: strokeLineJoin:Defines line join style of a shape

‘strokeLineJoin’ property is used to specify the line join style of a shape.

 

Below table summarizes possible values for strokeLineJoin property.

 

strokeLineJoin

Description

MITER

Joins path segments by extending their outside edges until they meet.

BEVEL

Joins path segments by connecting the outer corners of their wide outlines with a straight segment.

ROUND

Joins path segments by rounding off the corner at a radius of half the line width.

Previous                                                    Next                                                    Home

No comments:

Post a Comment