Join

smile.pictures.StrokeStyle.Join
enum Join

Represents the join style for the stroke, determining how the connection between two line segments is rendered.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case Bevel extends Join

The join is flattened to a line.

The join is flattened to a line.

Attributes

case case Miter extends Join

The outer edges of a join meet at a sharp point.

The outer edges of a join meet at a sharp point.

Attributes

case case Round extends Join

The join is rounded.

The join is rounded.

Attributes