all

doodle.syntax.package$.all$

Attributes

Source:
package.scala
Graph
Supertypes
Self type
all.type

Members list

Concise view

Type members

Inherited classlikes

implicit class AngleDoubleOps(val angle: Double)

Attributes

Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class AngleIntOps(val angle: Int)

Attributes

Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class BlendPictureOps[Alg <: Blend, A](picture: Picture[Alg, A])

Attributes

Inherited from:
BlendSyntax
Source:
BlendSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ClosedPathOps(closedPath: ClosedPath)

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A])

Attributes

Inherited from:
DebugSyntax
Source:
DebugSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class LayoutPictureOps[Alg <: Layout, A](picture: Picture[Alg, A])

Attributes

Inherited from:
LayoutSyntax
Source:
LayoutSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class OpenPathOps(openPath: OpenPath)

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class RendererFrameOps[Frame](frame: Frame)

Attributes

Inherited from:
AbstractRendererSyntax
Source:
AbstractRendererSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A])

Attributes

Inherited from:
AbstractRendererSyntax
Source:
AbstractRendererSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class SizePictureOps[Alg <: Size, A](picture: Picture[Alg, A])

Attributes

Inherited from:
SizeSyntax
Source:
SizeSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class StylePictureOps[Alg <: Style, A](picture: Picture[Alg, A])

Attributes

Inherited from:
StyleSyntax
Source:
StyleSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TextPictureOps[Alg <: Text, A](picture: Picture[Alg, A])

Attributes

Inherited from:
TextSyntax
Source:
TextSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ToNormalizedOps(val value: Double)

Attributes

Inherited from:
NormalizedSyntax
Source:
NormalizedSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ToPictureOps[A](value: A)

Attributes

Inherited from:
ToPictureSyntax
Source:
ToPictureSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ToUnsignedByteOps(val value: Int)

Attributes

Inherited from:
UnsignedByteSyntax
Source:
UnsignedByteSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TransformPictureOps[Alg <: Transform, A](picture: Picture[Alg, A])

Attributes

Inherited from:
TransformSyntax
Source:
TransformSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TraverseOps[T[_], Alg <: Layout & Shape](val t: T[Picture[Alg, Unit]])

Attributes

Inherited from:
TraverseSyntax
Source:
TraverseSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def catmulRom[Alg <: Path](points: Seq[Point], tension: Double): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
def circle[Alg <: Shape](diameter: Double): Picture[Alg, Unit]

Attributes

Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def empty[Alg <: Shape]: Picture[Alg, Unit]

Attributes

Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def equilateralTriangle[Alg <: Path](width: Double): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
def interpolatingSpline[Alg <: Path](points: Seq[Point]): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
def read[Alg <: Bitmap](file: String): Picture[Alg, Unit]

Attributes

Inherited from:
BitmapSyntax
Source:
BitmapSyntax.scala
def read[Alg <: Bitmap](file: File): Picture[Alg, Unit]

Attributes

Inherited from:
BitmapSyntax
Source:
BitmapSyntax.scala
def rectangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]

Attributes

Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def regularPolygon[Alg <: Path](sides: Int, radius: Double): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
def roundedRectangle[Alg <: Path](width: Double, height: Double, radius: Double): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
protected def runIO[A](io: IO[A])(implicit runtime: IORuntime): Unit

Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.

Subtypes should implement this with unsafeRunSync or unsafeRunAsync as appropriate. Returns Unit because unsafeRunAsync cannot return a value.

Attributes

Inherited from:
RendererSyntax
Source:
RendererSyntax.scala
def square[Alg <: Shape](width: Double): Picture[Alg, Unit]

Attributes

Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def star[Alg <: Path](points: Int, outerRadius: Double, innerRadius: Double): Picture[Alg, Unit]

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
def text[Alg <: Text](text: String): Picture[Alg, Unit]

Attributes

Inherited from:
TextSyntax
Source:
TextSyntax.scala
def triangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]

Attributes

Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala

Implicits

Inherited implicits

final implicit def AngleDoubleOps(angle: Double): AngleDoubleOps

Attributes

Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def AngleIntOps(angle: Int): AngleIntOps

Attributes

Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def BlendPictureOps[Alg <: Blend, A](picture: Picture[Alg, A]): BlendPictureOps[Alg, A]

Attributes

Inherited from:
BlendSyntax
Source:
BlendSyntax.scala
final implicit def ClosedPathOps(closedPath: ClosedPath): ClosedPathOps

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
final implicit def DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A]): DebugPictureOps[Alg, A]

Attributes

Inherited from:
DebugSyntax
Source:
DebugSyntax.scala
final implicit def LayoutPictureOps[Alg <: Layout, A](picture: Picture[Alg, A]): LayoutPictureOps[Alg, A]

Attributes

Inherited from:
LayoutSyntax
Source:
LayoutSyntax.scala
final implicit def OpenPathOps(openPath: OpenPath): OpenPathOps

Attributes

Inherited from:
PathSyntax
Source:
PathSyntax.scala
final implicit def RendererFrameOps[Frame](frame: Frame): RendererFrameOps[Frame]
final implicit def RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A]): RendererPictureOps[Alg, A]
final implicit def SizePictureOps[Alg <: Size, A](picture: Picture[Alg, A]): SizePictureOps[Alg, A]

Attributes

Inherited from:
SizeSyntax
Source:
SizeSyntax.scala
final implicit def StylePictureOps[Alg <: Style, A](picture: Picture[Alg, A]): StylePictureOps[Alg, A]

Attributes

Inherited from:
StyleSyntax
Source:
StyleSyntax.scala
final implicit def TextPictureOps[Alg <: Text, A](picture: Picture[Alg, A]): TextPictureOps[Alg, A]

Attributes

Inherited from:
TextSyntax
Source:
TextSyntax.scala
final implicit def ToNormalizedOps(value: Double): ToNormalizedOps

Attributes

Inherited from:
NormalizedSyntax
Source:
NormalizedSyntax.scala
final implicit def ToPictureOps[A](value: A): ToPictureOps[A]

Attributes

Inherited from:
ToPictureSyntax
Source:
ToPictureSyntax.scala
final implicit def ToUnsignedByteOps(value: Int): ToUnsignedByteOps

Attributes

Inherited from:
UnsignedByteSyntax
Source:
UnsignedByteSyntax.scala
final implicit def TransformPictureOps[Alg <: Transform, A](picture: Picture[Alg, A]): TransformPictureOps[Alg, A]

Attributes

Inherited from:
TransformSyntax
Source:
TransformSyntax.scala
final implicit def TraverseOps[T[_], Alg <: Layout & Shape](t: T[Picture[Alg, Unit]]): TraverseOps[T, Alg]

Attributes

Inherited from:
TraverseSyntax
Source:
TraverseSyntax.scala