Enum Class LineJoin

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

public enum LineJoin extends Enum<LineJoin>
Specifies how to render the junction of two lines when stroking.

The default line join style is CAIRO_LINE_JOIN_MITER.