Package org.gnome.gsk

Enum Class LineCap

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

@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> <picture> <source srcset="caps-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Line Cap Styles" src="caps-light.png"> </picture> <figcaption>GSK_LINE_CAP_BUTT, GSK_LINE_CAP_ROUND, GSK_LINE_CAP_SQUARE</figcaption> </figure>