all

doodle.syntax.package$.all$

Attributes

Source
package.scala
Graph
Supertypes
trait WriterSyntax
trait TextSyntax
trait StyleSyntax
trait SizeSyntax
trait ShapeSyntax
trait PathSyntax
trait LayoutSyntax
trait DebugSyntax
trait BlendSyntax
trait BitmapSyntax
trait Base64Syntax
trait AngleSyntax
class Object
trait Matchable
class Any
Show all
Self type
all.type

Members list

Type members

Inherited classlikes

implicit class AngleDoubleOps(val angle: Double)

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
WriterSyntax
Source
WriterSyntax.scala
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 Base64Ops[Alg <: Algebra, A](picture: Picture[Alg, A]): Base64Ops[Alg, A]

Attributes

Inherited from:
Base64Syntax
Source
Base64Syntax.scala
final implicit def BlendPictureOps[Alg <: Algebra, 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 <: Algebra, A](picture: Picture[Alg, A]): DebugPictureOps[Alg, A]

Attributes

Inherited from:
DebugSyntax
Source
DebugSyntax.scala
final implicit def LayoutPictureOps[Alg <: Algebra, 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]

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala
final implicit def RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A]): RendererPictureOps[Alg, A]

Attributes

Inherited from:
AbstractRendererSyntax
Source
AbstractRendererSyntax.scala
final implicit def SizePictureOps[Alg <: Algebra, A](picture: Picture[Alg, A]): SizePictureOps[Alg, A]

Attributes

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

Attributes

Inherited from:
StyleSyntax
Source
StyleSyntax.scala
final implicit def TextPictureOps[Alg <: Algebra, 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 <: Algebra, A](picture: Picture[Alg, A]): TransformPictureOps[Alg, A]

Attributes

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

Attributes

Inherited from:
TraverseSyntax
Source
TraverseSyntax.scala
final implicit def WriterOps[Alg <: Algebra, A](picture: Picture[Alg, A]): WriterOps[Alg, A]

Attributes

Inherited from:
WriterSyntax
Source
WriterSyntax.scala