LayoutPictureOps

doodle.syntax.LayoutSyntax.LayoutPictureOps
implicit class LayoutPictureOps[Alg <: Layout, A](picture: Picture[Alg, A])

Attributes

Source
LayoutSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def above(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def at(landmark: Landmark): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def at(x: Double, y: Double): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def at(r: Double, a: Angle): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def at(offset: Vec): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def at(offset: Point): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def below(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def beside(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala

Attributes

Source
LayoutSyntax.scala
def margin(width: Double, height: Double): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def margin(width: Double): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def on(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala

Attributes

Source
LayoutSyntax.scala
def originAt(x: Double, y: Double): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def originAt(r: Double, a: Angle): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def originAt(offset: Vec): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def originAt(offset: Point): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala
def under(that: Picture[Alg, A])(implicit s: Semigroup[A]): Picture[Alg, A]

Attributes

Source
LayoutSyntax.scala