t

doodle.algebra.generic

GenericTransform

trait GenericTransform[G[_]] extends Transform

Self Type
GenericTransform[G] with Algebra { type Drawing[A] = doodle.algebra.generic.Finalized[G,A] }
Source
GenericTransform.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericTransform
  2. Transform
  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[(GenericTransform.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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def horizontalReflection[A](img: (GenericTransform.this)#Drawing[A]): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def rotate[A](img: (GenericTransform.this)#Drawing[A], angle: Angle): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  17. def scale[A](img: (GenericTransform.this)#Drawing[A], x: Double, y: Double): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def transform[A](img: Finalized[G, A], tx: core.Transform): Finalized[G, A]
    Definition Classes
    GenericTransformTransform
  21. def translate[A](img: (GenericTransform.this)#Drawing[A], vec: Vec): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  22. def translate[A](img: (GenericTransform.this)#Drawing[A], x: Double, y: Double): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  23. def verticalReflection[A](img: (GenericTransform.this)#Drawing[A]): (GenericTransform.this)#Drawing[A]
    Definition Classes
    Transform
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Transform

Inherited from Algebra

Inherited from AnyRef

Inherited from Any

Ungrouped