Java2dFromBase64

doodle.java2d.algebra.Java2dFromBase64

Attributes

Source
Java2dFromBase64.scala
Graph
Supertypes
trait Algebra
class Object
trait Matchable
class Any
Show all
Known subtypes
class Algebra
Self type
Algebra { type Drawing = Drawing; }

Members list

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Attributes

Inherited from:
Algebra
Source
Algebra.scala

Value members

Concrete methods

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Attributes

Source
Java2dFromBase64.scala

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Attributes

Source
Java2dFromBase64.scala

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Attributes

Source
Java2dFromBase64.scala

Implicits

Inherited implicits

implicit val drawingInstance: Monad[Drawing]

Attributes

Inherited from:
Algebra
Source
Algebra.scala