doodle.syntax

Type members

Classlikes

trait PathSyntax
trait SizeSyntax
trait TextSyntax
object angle extends AngleSyntax
object base64 extends Base64Syntax
object bitmap extends BitmapSyntax
object blend extends BlendSyntax
object debug extends DebugSyntax
object layout extends LayoutSyntax
object path extends PathSyntax
object renderer extends RendererSyntax
object shape extends ShapeSyntax
object size extends SizeSyntax
object style extends StyleSyntax
object text extends TextSyntax
object toPicture extends ToPictureSyntax
object transform extends TransformSyntax
object traverse extends TraverseSyntax
object writer extends WriterSyntax

Inherited classlikes

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

Value members

Inherited methods

def catmulRom[Alg <: ([x[_]] =>> Path[x]), F[_]](points: Seq[Point], tension: Double): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def circle[Alg <: ([x[_]] =>> Shape[x]), F[_]](diameter: Double): Picture[Alg, F, Unit]
Inherited from
ShapeSyntax
def empty[Alg <: ([x[_]] =>> Shape[x]), F[_]]: Picture[Alg, F, Unit]
Inherited from
ShapeSyntax
def equilateralTriangle[Alg <: ([x[_]] =>> Path[x]), F[_]](width: Double): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def interpolatingSpline[Alg <: ([x[_]] =>> Path[x]), F[_]](points: Seq[Point]): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def nullCallback[A](r: Either[Throwable, A]): Unit
Inherited from
RendererSyntax
def read[Alg <: ([x[_]] =>> Bitmap[x]), F[_]](file: String): Picture[Alg, F, Unit]
Inherited from
BitmapSyntax
def read[Alg <: ([x[_]] =>> Bitmap[x]), F[_]](file: File): Picture[Alg, F, Unit]
Inherited from
BitmapSyntax
def rectangle[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double, height: Double): Picture[Alg, F, Unit]
Inherited from
ShapeSyntax
def regularPolygon[Alg <: ([x[_]] =>> Path[x]), F[_]](sides: Int, radius: Double, angle: Angle): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def roundedRectangle[Alg <: ([x[_]] =>> Path[x]), F[_]](width: Double, height: Double, radius: Double): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def square[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double): Picture[Alg, F, Unit]
Inherited from
ShapeSyntax
def star[Alg <: ([x[_]] =>> Path[x]), F[_]](points: Int, outerRadius: Double, innerRadius: Double, angle: Angle): Picture[Alg, F, Unit]
Inherited from
PathSyntax
def text[Alg <: ([x[_]] =>> Text[x]), F[_]](text: String): Picture[Alg, F, Unit]
Inherited from
TextSyntax
def triangle[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double, height: Double): Picture[Alg, F, Unit]
Inherited from
ShapeSyntax