implicit class LayoutPictureOps[Alg <: Layout, A] extends AnyRef
- Source
- LayoutSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LayoutPictureOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at(offset: Point): Picture[Alg, A]
- def at(offset: Vec): Picture[Alg, A]
- def at(r: Double, a: Angle): Picture[Alg, A]
- def at(x: Double, y: Double): Picture[Alg, A]
- def at(landmark: Landmark): Picture[Alg, A]
- def below(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]
- def beside(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, 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(width: Double): Picture[Alg, A]
- def margin(width: Double, height: Double): Picture[Alg, A]
- def margin(top: Double, right: Double, bottom: Double, left: Double): Picture[Alg, 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 on(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]
- def originAt(offset: Point): Picture[Alg, A]
- def originAt(offset: Vec): Picture[Alg, A]
- def originAt(r: Double, a: Angle): Picture[Alg, A]
- def originAt(x: Double, y: Double): Picture[Alg, A]
- def originAt(landmark: Landmark): Picture[Alg, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def under(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, 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()