Java javafx.scene.shape StrokeLineCap fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.shape StrokeLineCap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.shape StrokeLineCap.

The text is from its open source code.

Field

StrokeLineCapBUTT
Ends unclosed subpaths and dash segments with no added decoration.
StrokeLineCapROUND
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.