Picture

doodle.svg.package$.Picture$

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Picture.type

Members list

Concise view

Type members

Types

Attributes

Source:
package.scala
type Drawing[A] = Drawing[A]

Attributes

Source:
package.scala

Inherited types

Attributes

Inherited from:
BaseConstructor
Source:
BaseConstructor.scala

Value members

Inherited methods

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

A circle with the given diameter. We use diamter rather than radius so circle(100) has the same size as square(100)

A circle with the given diameter. We use diamter rather than radius so circle(100) has the same size as square(100)

Attributes

Inherited from:
ShapeConstructor
Source:
Shape.scala

The empty shape, which is no shape at all.

The empty shape, which is no shape at all.

Attributes

Inherited from:
ShapeConstructor
Source:
Shape.scala

Create an equilateral triangle with the given side length.

Create an equilateral triangle with the given side length.

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

A rectangle with the given width and height.

A rectangle with the given width and height.

Attributes

Inherited from:
ShapeConstructor
Source:
Shape.scala

Attributes

Inherited from:
PathConstructor
Source:
Path.scala

A square with the given side length.

A square with the given side length.

Attributes

Inherited from:
ShapeConstructor
Source:
Shape.scala

Render the given String

Render the given String

Attributes

Inherited from:
TextConstructor
Source:
Text.scala

An isoceles triangle with the given width and height.

An isoceles triangle with the given width and height.

Attributes

Inherited from:
ShapeConstructor
Source:
Shape.scala