trait GenericStyle[G[_]] extends Style

Self Type
GenericStyle[G] with Algebra { type Drawing[A] = doodle.algebra.generic.Finalized[G,A] }
Source
GenericStyle.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericStyle
  2. Style
  3. Algebra
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Drawing[_]

    The effect type that methods on this algebra produce.

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

    Definition Classes
    Algebra

Abstract Value Members

  1. implicit abstract val drawingInstance: Applicative[(GenericStyle.this)#Drawing]
    Definition Classes
    Algebra

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fillColor[A](image: Finalized[G, A], fillColor: Color): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  9. def fillGradient[A](image: Finalized[G, A], fillGradient: Gradient): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def noDash[A](image: Finalized[G, A]): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  16. def noFill[A](image: Finalized[G, A]): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  17. def noStroke[A](image: Finalized[G, A]): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def strokeCap[A](image: Finalized[G, A], cap: Cap): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  21. def strokeColor[A](image: Finalized[G, A], strokeColor: Color): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  22. def strokeDash[A](image: Finalized[G, A], pattern: Iterable[Double]): Finalized[G, A]

    Specify the stroke dash pattern.

    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.

    Definition Classes
    GenericStyleStyle
  23. def strokeJoin[A](image: Finalized[G, A], join: Join): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  24. def strokeWidth[A](image: Finalized[G, A], strokeWidth: Double): Finalized[G, A]
    Definition Classes
    GenericStyleStyle
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Style

Inherited from Algebra

Inherited from AnyRef

Inherited from Any

Ungrouped