Canvas

object Canvas
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Canvas.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def make(width: Int, padding: Int): Canvas

Make a new Canvas

Make a new Canvas

Value parameters:
padding

left and right padding between -inf and +inf and value on a canvas

width

width of the canvas

Returns:

canvas

Concrete fields