Java2dWriter

doodle.java2d.effect.Java2dWriter

Attributes

Source
Java2dWriter.scala
Graph
Supertypes
trait Base64Writer[Algebra, Frame, Fmt]
trait FileWriter[Algebra, Frame, Fmt]
trait Writer[Algebra, Frame]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def format: String

Attributes

Source
Java2dWriter.scala

Attributes

Source
Java2dWriter.scala

Concrete methods

def base64[A](frame: Frame, image: Picture[A]): IO[(A, Base64[Fmt])]

Attributes

Source
Java2dWriter.scala
def base64[A](image: Picture[A]): IO[(A, Base64[Fmt])]

Attributes

Source
Java2dWriter.scala
def write[A](file: File, picture: Picture[A]): IO[A]

Attributes

Source
Java2dWriter.scala

Attributes

Source
Java2dWriter.scala