ToPicture

doodle.algebra.ToPicture
trait ToPicture[Input, Alg <: Algebra]

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

Value members

Abstract methods

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

Attributes

Source
ToPicture.scala