ShapeApi

doodle.algebra.generic.GenericShape.ShapeApi
trait ShapeApi

Attributes

Source:
GenericShape.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def circle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], diameter: Double): G[Unit]

Attributes

Source:
GenericShape.scala
def rectangle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], width: Double, height: Double): G[Unit]

Attributes

Source:
GenericShape.scala
def triangle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], width: Double, height: Double): G[Unit]

Attributes

Source:
GenericShape.scala
def unit: G[Unit]

Attributes

Source:
GenericShape.scala