Cap

smile.pictures.StrokeStyle.Cap
enum Cap

Represents the cap style for the stroke, determining how the start and end of stroked lines and paths are 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 Butt extends Cap

The end of the stroke is flat.

The end of the stroke is flat.

Attributes

case case Round extends Cap

The end of the stroke is rounded.

The end of the stroke is rounded.

Attributes

case case Square extends Cap

The end of the stroke is squared off.

The end of the stroke is squared off.

Attributes