GenericStyle

trait GenericStyle[G[_]] extends Style
trait Style
trait Algebra
class Object
trait Matchable
class Any
class Algebra
Algebra { type Drawing = [A] =>> Finalized[G, A]; }

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.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Concrete methods

def fillColor[A](image: Finalized[G, A], fillColor: Color): Finalized[G, A]
def fillGradient[A](image: Finalized[G, A], fillGradient: Gradient): Finalized[G, A]
def noDash[A](image: Finalized[G, A]): Finalized[G, A]
def noFill[A](image: Finalized[G, A]): Finalized[G, A]
def noStroke[A](image: Finalized[G, A]): Finalized[G, A]
def strokeCap[A](image: Finalized[G, A], cap: Cap): Finalized[G, A]
def strokeColor[A](image: Finalized[G, A], strokeColor: Color): Finalized[G, A]
def strokeDash[A](image: Finalized[G, A], pattern: Iterable[Double]): Finalized[G, A]
def strokeJoin[A](image: Finalized[G, A], join: Join): Finalized[G, A]
def strokeWidth[A](image: Finalized[G, A], strokeWidth: Double): Finalized[G, A]

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala