ShapeApi

object ShapeApi extends ShapeApi
trait ShapeApi
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(a: Option[Reified], b: Option[Reified]): Reification[Unit]
def circle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], diameter: Double): Reification[Unit]
def rectangle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], width: Double, height: Double): Reification[Unit]
def triangle(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], width: Double, height: Double): Reification[Unit]
def unit: Reification[Unit]