Java2dPngWriter

doodle.java2d.effect.Java2dPngWriter
object Java2dPngWriter extends Java2dWriter[Png]

Attributes

Source
Java2dWriter.scala
Graph
Supertypes
trait Java2dWriter[Png]
trait Writer[Algebra, Frame]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

Inherited methods

def base64[A](image: Picture[A]): IO[(A, Base64[Png])]

Attributes

Inherited from:
Java2dWriter
Source
Java2dWriter.scala
def base64[A](frame: Frame, image: Picture[A]): IO[(A, Base64[Png])]

Attributes

Inherited from:
Java2dWriter
Source
Java2dWriter.scala

Attributes

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

Attributes

Inherited from:
Java2dWriter
Source
Java2dWriter.scala

Concrete fields

val format: String

Attributes

Source
Java2dWriter.scala