all

all.type

Type members

Inherited classlikes

implicit class AngleDoubleOps(val angle: Double)
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
implicit class AngleIntOps(val angle: Int)
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
implicit class Base64Ops[Alg <: Algebra, A](picture: Picture[Alg, A])
Inherited from:
Base64Syntax
Source:
Base64Syntax.scala
implicit class BlendPictureOps[Alg <: Blend, A](picture: Picture[Alg, A])
Inherited from:
BlendSyntax
Source:
BlendSyntax.scala
implicit class ClosedPathOps(closedPath: ClosedPath)
Inherited from:
PathSyntax
Source:
PathSyntax.scala
implicit class DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A])
Inherited from:
DebugSyntax
Source:
DebugSyntax.scala
implicit class LayoutPictureOps[Alg <: Layout, A](picture: Picture[Alg, A])
Inherited from:
LayoutSyntax
Source:
LayoutSyntax.scala
implicit class OpenPathOps(openPath: OpenPath)
Inherited from:
PathSyntax
Source:
PathSyntax.scala
implicit class RendererFrameOps[Frame](frame: Frame)
implicit class RendererPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A])
implicit class SizePictureOps[Alg <: Size, A](picture: Picture[Alg, A])
Inherited from:
SizeSyntax
Source:
SizeSyntax.scala
implicit class StylePictureOps[Alg <: Style, A](picture: Picture[Alg, A])
Inherited from:
StyleSyntax
Source:
StyleSyntax.scala
implicit class TextPictureOps[Alg <: Text, A](picture: Picture[Alg, A])
Inherited from:
TextSyntax
Source:
TextSyntax.scala
implicit class ToNormalizedOps(val value: Double)
implicit class ToPictureOps[A](value: A)
implicit class ToUnsignedByteOps(val value: Int)
implicit class TransformPictureOps[Alg <: Transform, A](picture: Picture[Alg, A])
implicit class TraverseOps[T[_], Alg <: Layout & Shape](val t: T[Picture[Alg, Unit]])
implicit class WriterOps[Alg <: Algebra, A](picture: Picture[Alg, A])
Inherited from:
WriterSyntax
Source:
WriterSyntax.scala

Value members

Inherited methods

def catmulRom[Alg <: Path](points: Seq[Point], tension: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def circle[Alg <: Shape](diameter: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def empty[Alg <: Shape]: Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def equilateralTriangle[Alg <: Path](width: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def interpolatingSpline[Alg <: Path](points: Seq[Point]): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def read[Alg <: Bitmap](file: String): Picture[Alg, Unit]
Inherited from:
BitmapSyntax
Source:
BitmapSyntax.scala
def read[Alg <: Bitmap](file: File): Picture[Alg, Unit]
Inherited from:
BitmapSyntax
Source:
BitmapSyntax.scala
def rectangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def regularPolygon[Alg <: Path](sides: Int, radius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def roundedRectangle[Alg <: Path](width: Double, height: Double, radius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def square[Alg <: Shape](width: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def star[Alg <: Path](points: Int, outerRadius: Double, innerRadius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def text[Alg <: Text](text: String): Picture[Alg, Unit]
Inherited from:
TextSyntax
Source:
TextSyntax.scala
def triangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala

Implicits

Inherited implicits

final implicit def AngleDoubleOps(angle: Double): AngleDoubleOps
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def AngleIntOps(angle: Int): AngleIntOps
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def Base64Ops[Alg <: Algebra, A](picture: Picture[Alg, A]): Base64Ops[Alg, A]
Inherited from:
Base64Syntax
Source:
Base64Syntax.scala
final implicit def BlendPictureOps[Alg <: Blend, A](picture: Picture[Alg, A]): BlendPictureOps[Alg, A]
Inherited from:
BlendSyntax
Source:
BlendSyntax.scala
final implicit def ClosedPathOps(closedPath: ClosedPath): ClosedPathOps
Inherited from:
PathSyntax
Source:
PathSyntax.scala
final implicit def DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A]): DebugPictureOps[Alg, A]
Inherited from:
DebugSyntax
Source:
DebugSyntax.scala
final implicit def LayoutPictureOps[Alg <: Layout, A](picture: Picture[Alg, A]): LayoutPictureOps[Alg, A]
Inherited from:
LayoutSyntax
Source:
LayoutSyntax.scala
final implicit def OpenPathOps(openPath: OpenPath): OpenPathOps
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]
Inherited from:
SizeSyntax
Source:
SizeSyntax.scala
final implicit def StylePictureOps[Alg <: Style, A](picture: Picture[Alg, A]): StylePictureOps[Alg, A]
Inherited from:
StyleSyntax
Source:
StyleSyntax.scala
final implicit def TextPictureOps[Alg <: Text, A](picture: Picture[Alg, A]): TextPictureOps[Alg, A]
Inherited from:
TextSyntax
Source:
TextSyntax.scala
final implicit def ToNormalizedOps(value: Double): ToNormalizedOps
final implicit def ToPictureOps[A](value: A): ToPictureOps[A]
final implicit def TransformPictureOps[Alg <: Transform, A](picture: Picture[Alg, A]): TransformPictureOps[Alg, A]
final implicit def TraverseOps[T[_], Alg <: Layout & Shape](t: T[Picture[Alg, Unit]]): TraverseOps[T, Alg]
final implicit def WriterOps[Alg <: Algebra, A](picture: Picture[Alg, A]): WriterOps[Alg, A]
Inherited from:
WriterSyntax
Source:
WriterSyntax.scala