Drawing

ostrat.geom.Drawing
See theDrawing companion object
trait Drawing[+A, +B]

Type class for drawing.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def drawT(obj: A, lineWidth: Double, lineColour: Colour): B

The type class's draw method.

The type class's draw method.

Attributes