Writer

doodle.effect.Writer
trait Writer[+Alg <: Algebra, Frame]

Marker trait for effects that write a picture to a file or some other type.

Attributes

Source
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Base64Writer[Alg, Frame, Fmt]
trait Java2dWriter[Fmt]
object SvgWriter
trait BufferedImageWriter[Alg, Frame]
trait FileWriter[Alg, Frame, Fmt]
trait AnimationWriter[Alg, Frame, Format]
Show all
In this article