GenericStyle
doodle.algebra.generic.GenericStyle
trait GenericStyle[G[_]] extends Style
Attributes
- Source
- GenericStyle.scala
- Graph
-
- Supertypes
- Known subtypes
- Self type
Members list
Type members
Inherited types
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
Concrete methods
Attributes
- Source
- GenericStyle.scala
Attributes
- Source
- GenericStyle.scala
Attributes
- Source
- GenericStyle.scala
Attributes
- Source
- GenericStyle.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
- GenericStyle.scala
Attributes
- Source
- GenericStyle.scala
Attributes
- Source
- GenericStyle.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Algebra
- Source
- Algebra.scala
In this article