ReifiedBitmap

doodle.java2d.algebra.reified.ReifiedBitmap
trait ReifiedBitmap extends Bitmap

Attributes

Source
ReifiedBitmap.scala
Graph
Supertypes
trait Bitmap
trait Algebra
class Object
trait Matchable
class Any
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

def read(file: File): Drawing[Unit]

Read an image from the given file

Read an image from the given file

Attributes

Source
ReifiedBitmap.scala

Inherited methods

Convenience to read an image from the file specified in the given String

Convenience to read an image from the file specified in the given String

Attributes

Inherited from:
Bitmap
Source
Bitmap.scala

Implicits

Inherited implicits

implicit val drawingInstance: Monad[Drawing]

Attributes

Inherited from:
Algebra
Source
Algebra.scala