StrokeStyle

smile.pictures.StrokeStyle
See theStrokeStyle companion class
object StrokeStyle

Defines stroke styles for drawing outlines of shapes and paths, providing customization options for the stroke's appearance.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Cap

Represents the cap style for the stroke, determining how the start and end of stroked lines and paths are rendered.

Represents the cap style for the stroke, determining how the start and end of stroked lines and paths are rendered.

Attributes

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

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

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

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror