DrawerExtensions

ostrat.geom.Fillable$package.DrawerExtensions
implicit class DrawerExtensions[A, B](thisDrawable: A)(implicit ev: Drawing[A, B])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def draw(lineWidth: Double, lineColour: Colour): B

Extension method to draw the object from a Drawing type class instance.

Extension method to draw the object from a Drawing type class instance.

Attributes