trait Layout extends Algebra
Ordering
- Alphabetic
- By Inheritance
Inherited
- Layout
- Algebra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- abstract def above[A](top: Drawing[A], bottom: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
- abstract def at[A](img: Drawing[A], landmark: Landmark): Drawing[A]
Displace img by the given landmark relative to the origin, expanding the bounding box if necessary to include the relocated image.
- abstract def beside[A](left: Drawing[A], right: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
- implicit abstract val drawingInstance: Applicative[Drawing]
- Definition Classes
- Algebra
- abstract def margin[A](img: Drawing[A], top: Double, right: Double, bottom: Double, left: Double): Drawing[A]
Expand the bounding box of img by the given amounts.
- abstract def on[A](top: Drawing[A], bottom: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
Place the origin of top on the origin of bottom
- abstract def originAt[A](img: Drawing[A], landmark: Landmark): Drawing[A]
Place the origin of img at the given landmark, expanding the bounding box if necessary to include the relocated origin.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at[A](img: Drawing[A], offset: Point): Drawing[A]
- def at[A](img: Drawing[A], offset: Vec): Drawing[A]
- def at[A](img: Drawing[A], r: Double, a: Angle): Drawing[A]
- def at[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
- def below[A](bottom: Drawing[A], top: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
- 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: Drawing[A], width: Double): Drawing[A]
- def margin[A](img: Drawing[A], width: Double, height: Double): Drawing[A]
- 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 originAt[A](img: Drawing[A], offset: Point): Drawing[A]
- def originAt[A](img: Drawing[A], offset: Vec): Drawing[A]
- def originAt[A](img: Drawing[A], r: Double, a: Angle): Drawing[A]
- def originAt[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def under[A](bottom: Drawing[A], top: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
- 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()