ToPicture

doodle.algebra.ToPicture

Represents converting from the Input type to a Picture, and depends on the support of some Algebra to actually do the conversion. This can be used to represent, for example, creating a picture from a bitmap in a base64 encoded string.

Attributes

Source:
ToPicture.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def toPicture(in: Input): Picture[Alg, Unit]

Attributes

Source:
ToPicture.scala