Enum Class LineCap

java.lang.Object
java.lang.Enum<LineCap>
org.freedesktop.cairo.LineCap
All Implemented Interfaces:
Serializable, Comparable<LineCap>, Constable

public enum LineCap extends Enum<LineCap>
Specifies how to render the endpoints of the path when stroking.

The default line cap style is CAIRO_LINE_CAP_BUTT.