ShapeApi

doodle.svg.algebra.ShapeModule.Shape.ShapeApi$
object ShapeApi extends ShapeApi

Attributes

Source:
Shape.scala
Graph
Supertypes
trait ShapeApi
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

Source:
Shape.scala
def unit: (Unit)

Attributes

Source:
Shape.scala

Concrete fields

val b: Bundle[Builder, Output, FragT]

Attributes

Source:
Shape.scala