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
- Alphabetic
- By Inheritance
Inherited
- GenericLayout
- Layout
- Algebra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- implicit abstract val drawingInstance: Applicative[(GenericLayout.this)#Drawing]
- Definition Classes
- Algebra
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def above[A](top: Finalized[G, A], bottom: Finalized[G, A])(implicit s: Semigroup[A]): Finalized[G, A]
- Definition Classes
- GenericLayout → Layout
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- GenericLayout → Layout
- def at[A](img: (GenericLayout.this)#Drawing[A], offset: Point): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def at[A](img: (GenericLayout.this)#Drawing[A], offset: Vec): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def at[A](img: (GenericLayout.this)#Drawing[A], r: Double, a: Angle): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def at[A](img: (GenericLayout.this)#Drawing[A], x: Double, y: Double): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def below[A](bottom: (GenericLayout.this)#Drawing[A], top: (GenericLayout.this)#Drawing[A])(implicit s: Semigroup[A]): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def beside[A](left: Finalized[G, A], right: Finalized[G, A])(implicit s: Semigroup[A]): Finalized[G, A]
- Definition Classes
- GenericLayout → Layout
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- GenericLayout → Layout
- def margin[A](img: (GenericLayout.this)#Drawing[A], width: Double): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def margin[A](img: (GenericLayout.this)#Drawing[A], width: Double, height: Double): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- GenericLayout → Layout
- 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
- GenericLayout → Layout
- def originAt[A](img: (GenericLayout.this)#Drawing[A], offset: Point): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def originAt[A](img: (GenericLayout.this)#Drawing[A], offset: Vec): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def originAt[A](img: (GenericLayout.this)#Drawing[A], r: Double, a: Angle): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- def originAt[A](img: (GenericLayout.this)#Drawing[A], x: Double, y: Double): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def under[A](bottom: (GenericLayout.this)#Drawing[A], top: (GenericLayout.this)#Drawing[A])(implicit s: Semigroup[A]): (GenericLayout.this)#Drawing[A]
- Definition Classes
- Layout
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()