Style

doodle.algebra.Style
trait Style extends Algebra

Apply styling to a image.

Attributes

Source
Style.scala
Graph
Supertypes
trait Algebra
class Object
trait Matchable
class Any
Known subtypes
trait GenericStyle[G]
class Algebra
trait Basic

Members list

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Attributes

Inherited from:
Algebra
Source
Algebra.scala

Value members

Abstract methods

Attributes

Source
Style.scala
def noDash[A](image: Drawing[A]): Drawing[A]

Attributes

Source
Style.scala
def noFill[A](image: Drawing[A]): Drawing[A]

Attributes

Source
Style.scala

Attributes

Source
Style.scala

Attributes

Source
Style.scala

Attributes

Source
Style.scala

Specify the stroke dash pattern. The pattern gives the length, in local coordinates, of opaque and transparent sections. The first element is the length of an opaque section, the second of a transparent section, and so on.

Specify the stroke dash pattern. The pattern gives the length, in local coordinates, of opaque and transparent sections. The first element is the length of an opaque section, the second of a transparent section, and so on.

Attributes

Source
Style.scala

Attributes

Source
Style.scala

Attributes

Source
Style.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Algebra
Source
Algebra.scala