public void setLineJoin (StrokeLineJoin join)

Sets the current stroke line join. The default value is StrokeLineJoin.MITER. The line join is a stroke attribute used for any of the stroke methods as specified in the Rendering Attributes Table. A null value will be ignored and the current value will remain unchanged.

Parameters:
join    StrokeLineJoin with a value of Miter, Bevel, or Round or null.