t

doodle.algebra.generic

GenericLayout

trait GenericLayout[G[_]] extends Layout

Self Type
GenericLayout[G] with GivenApply[G] with Algebra { type Drawing[A] = doodle.algebra.generic.Finalized[G,A] }
Source
GenericLayout.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericLayout
  2. Layout
  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[(GenericLayout.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. def above[A](top: Finalized[G, A], bottom: Finalized[G, A])(implicit s: Semigroup[A]): Finalized[G, A]
    Definition Classes
    GenericLayoutLayout
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def at[A](img: Finalized[G, A], landmark: Landmark): Finalized[G, A]

    Displace img by the given landmark relative to the origin, expanding the bounding box if necessary to include the relocated image.

    Displace img by the given landmark relative to the origin, expanding the bounding box if necessary to include the relocated image.

    Definition Classes
    GenericLayoutLayout
  7. def at[A](img: (GenericLayout.this)#Drawing[A], offset: Point): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  8. def at[A](img: (GenericLayout.this)#Drawing[A], offset: Vec): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  9. def at[A](img: (GenericLayout.this)#Drawing[A], r: Double, a: Angle): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  10. def at[A](img: (GenericLayout.this)#Drawing[A], x: Double, y: Double): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  11. def below[A](bottom: (GenericLayout.this)#Drawing[A], top: (GenericLayout.this)#Drawing[A])(implicit s: Semigroup[A]): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  12. def beside[A](left: Finalized[G, A], right: Finalized[G, A])(implicit s: Semigroup[A]): Finalized[G, A]
    Definition Classes
    GenericLayoutLayout
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def margin[A](img: Finalized[G, A], top: Double, right: Double, bottom: Double, left: Double): Finalized[G, A]

    Expand the bounding box of img by the given amounts.

    Expand the bounding box of img by the given amounts.

    Definition Classes
    GenericLayoutLayout
  21. def margin[A](img: (GenericLayout.this)#Drawing[A], width: Double): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  22. def margin[A](img: (GenericLayout.this)#Drawing[A], width: Double, height: Double): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def on[A](top: Finalized[G, A], bottom: Finalized[G, A])(implicit s: Semigroup[A]): Finalized[G, A]

    Place the origin of top on the origin of bottom

    Place the origin of top on the origin of bottom

    Definition Classes
    GenericLayoutLayout
  27. def originAt[A](img: Finalized[G, A], landmark: Landmark): Finalized[G, A]

    Place the origin of img at the given landmark, expanding the bounding box if necessary to include the relocated origin.

    Place the origin of img at the given landmark, expanding the bounding box if necessary to include the relocated origin.

    Definition Classes
    GenericLayoutLayout
  28. def originAt[A](img: (GenericLayout.this)#Drawing[A], offset: Point): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  29. def originAt[A](img: (GenericLayout.this)#Drawing[A], offset: Vec): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  30. def originAt[A](img: (GenericLayout.this)#Drawing[A], r: Double, a: Angle): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  31. def originAt[A](img: (GenericLayout.this)#Drawing[A], x: Double, y: Double): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def under[A](bottom: (GenericLayout.this)#Drawing[A], top: (GenericLayout.this)#Drawing[A])(implicit s: Semigroup[A]): (GenericLayout.this)#Drawing[A]
    Definition Classes
    Layout
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Layout

Inherited from Algebra

Inherited from AnyRef

Inherited from Any

Ungrouped