Package org.gnome.gsk

Enum Class LineCap

java.lang.Object
java.lang.Enum<LineCap>
org.gnome.gsk.LineCap
All Implemented Interfaces:
Serializable, Comparable<LineCap>, Constable, Enumeration

@Generated("io.github.jwharm.JavaGI") public enum LineCap extends Enum<LineCap> implements Enumeration
Specifies how to render the start and end points of contours or dashes when stroking.

The default line cap style is GSK_LINE_CAP_BUTT.

New entries may be added in future versions.

<figure> Line Cap Styles <figcaption>GSK_LINE_CAP_BUTT, GSK_LINE_CAP_ROUND, GSK_LINE_CAP_SQUARE</figcaption> </figure>

Since:
4.14