ShapeApi

doodle.java2d.algebra.reified.ReifiedShape.ShapeApi$
object ShapeApi extends ShapeApi

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

Source
ReifiedShape.scala

Attributes

Source
ReifiedShape.scala