Packages

trait Path extends GenericPath[(PathModule.this)#SvgResult]

Self Type
(PathModule.this)#Path with algebra.Algebra { type Drawing[A] = doodle.algebra.generic.Finalized[PathModule.this.SvgResult,A] }
Source
Path.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. GenericPath
  3. Path
  4. Algebra
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Drawing[_]
    Definition Classes
    Algebra
  2. trait PathApi extends AnyRef
    Definition Classes
    GenericPath

Abstract Value Members

  1. implicit abstract val drawingInstance: Applicative[(Path.this)#Drawing]
    Definition Classes
    Algebra

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def boundingBox(elements: List[PathElement]): BoundingBox
    Definition Classes
    GenericPath
  6. def catmulRom(points: Seq[Point], tension: Double): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def equilateralTriangle(width: Double): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def interpolatingSpline(points: Seq[Point]): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def path(path: OpenPath): Finalized[(PathModule.this)#SvgResult, Unit]
    Definition Classes
    GenericPath → Path
  20. def path(path: ClosedPath): Finalized[(PathModule.this)#SvgResult, Unit]
    Definition Classes
    GenericPath → Path
  21. def regularPolygon(sides: Int, radius: Double): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  22. def roundedRectangle(width: Double, height: Double, radius: Double): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  23. def star(points: Int, outerRadius: Double, innerRadius: Double): (Path.this)#Drawing[Unit]
    Definition Classes
    Path
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. object PathApi extends (Path.this)#PathApi
    Definition Classes
    Path → GenericPath

Inherited from GenericPath[(PathModule.this)#SvgResult]

Inherited from algebra.Path

Inherited from algebra.Algebra

Inherited from AnyRef

Inherited from Any

Ungrouped