Example usage for Java javafx.scene.shape StrokeLineJoin fields, constructors, methods, implement or subclass
The text is from its open source code.
StrokeLineJoin | MITER Joins path segments by extending their outside edges until they meet. |
StrokeLineJoin | ROUND Joins path segments by rounding off the corner at a radius of half the line width. |