Debug

trait Debug extends Algebra
trait Algebra
class Object
trait Matchable
class Any
trait GenericDebug[G]
class Algebra
trait Basic

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.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Abstract methods

def debug[A](picture: Drawing[A], color: Color): Drawing[A]

Draws the bounding box and origin of the given picture on top of the picture. The given color is used for the bounding box and origin.

Draws the bounding box and origin of the given picture on top of the picture. The given color is used for the bounding box and origin.

The bounding box and origin are not included in layout calculations and hence will not affect the picture's layout.

Source:
Debug.scala

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala