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

Attributes

Source
Java2dWriter.scala

Inherited methods

def base64[A](picture: Picture[Algebra, A])(using frame: DefaultFrame[Frame]): IO[(A, Base64[Fmt])]

Attributes

Inherited from:
Base64Writer
Source
Base64Writer.scala

Attributes

Inherited from:
FileWriter
Source
FileWriter.scala