Packages

trait BaseAlgebra extends algebra.Algebra with Layout with Size with (AlgebraModule.this)#Shape with (AlgebraModule.this)#Path with Text with GenericDebug[(AlgebraModule.this)#SvgResult] with GenericLayout[(AlgebraModule.this)#SvgResult] with GenericSize[(AlgebraModule.this)#SvgResult] with GenericStyle[(AlgebraModule.this)#SvgResult] with GenericTransform[(AlgebraModule.this)#SvgResult] with GivenApply[(AlgebraModule.this)#SvgResult] with GivenFunctor[(AlgebraModule.this)#SvgResult] with Basic

Source
BaseAlgebra.scala
Linear Supertypes
Basic, GivenFunctor[(AlgebraModule.this)#SvgResult], GivenApply[(AlgebraModule.this)#SvgResult], GenericTransform[(AlgebraModule.this)#SvgResult], Transform, GenericStyle[(AlgebraModule.this)#SvgResult], Style, GenericSize[(AlgebraModule.this)#SvgResult], GenericLayout[(AlgebraModule.this)#SvgResult], GenericDebug[(AlgebraModule.this)#SvgResult], Debug, Text, (AlgebraModule.this)#Path, GenericPath[(AlgebraModule.this)#SvgResult], Path, (AlgebraModule.this)#Shape, GenericShape[(AlgebraModule.this)#SvgResult], Shape, Size, Layout, algebra.Algebra, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseAlgebra
  2. Basic
  3. GivenFunctor
  4. GivenApply
  5. GenericTransform
  6. Transform
  7. GenericStyle
  8. Style
  9. GenericSize
  10. GenericLayout
  11. GenericDebug
  12. Debug
  13. Text
  14. Path
  15. GenericPath
  16. Path
  17. Shape
  18. GenericShape
  19. Shape
  20. Size
  21. Layout
  22. Algebra
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Drawing[A] = IndexedStateT[Eval, List[ContextTransform], List[ContextTransform], (BoundingBox, Renderable[(AlgebraModule.this)#SvgResult, A])]
    Definition Classes
    BaseAlgebra → Algebra
  2. trait PathApi extends AnyRef
    Definition Classes
    GenericPath
  3. trait ShapeApi extends AnyRef
    Definition Classes
    GenericShape

Abstract Value Members

  1. implicit abstract val applyDrawing: Apply[(AlgebraModule.this)#SvgResult]
    Definition Classes
    GivenApply
  2. implicit abstract val drawingInstance: Applicative[Drawing]
    Definition Classes
    Algebra
  3. abstract def font[A](image: Drawing[A], font: Font): Drawing[A]
    Definition Classes
    Text
  4. implicit abstract val functorDrawing: Functor[(AlgebraModule.this)#SvgResult]
    Definition Classes
    GivenFunctor
  5. abstract def text(text: String): Drawing[Unit]
    Definition Classes
    Text

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. def above[A](top: Finalized[(AlgebraModule.this)#SvgResult, A], bottom: Finalized[(AlgebraModule.this)#SvgResult, A])(implicit s: Semigroup[A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def at[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], landmark: Landmark): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  7. def at[A](img: Drawing[A], offset: Point): Drawing[A]
    Definition Classes
    Layout
  8. def at[A](img: Drawing[A], offset: Vec): Drawing[A]
    Definition Classes
    Layout
  9. def at[A](img: Drawing[A], r: Double, a: Angle): Drawing[A]
    Definition Classes
    Layout
  10. def at[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
    Definition Classes
    Layout
  11. def below[A](bottom: Drawing[A], top: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
    Definition Classes
    Layout
  12. def beside[A](left: Finalized[(AlgebraModule.this)#SvgResult, A], right: Finalized[(AlgebraModule.this)#SvgResult, A])(implicit s: Semigroup[A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  13. def boundingBox[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, BoundingBox]
    Definition Classes
    GenericSize → Size
  14. def boundingBox(elements: List[PathElement]): BoundingBox
    Definition Classes
    GenericPath
  15. def catmulRom(points: Seq[Point], tension: Double): Drawing[Unit]
    Definition Classes
    Path
  16. def circle(diameter: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericShape → Shape
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def debug[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A], color: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericDebug → Debug
  19. def empty: Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericShape → Shape
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def equilateralTriangle(width: Double): Drawing[Unit]
    Definition Classes
    Path
  23. def fillColor[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], fillColor: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  24. def fillGradient[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], fillGradient: Gradient): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def height[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, Double]
    Definition Classes
    GenericSize → Size
  29. def horizontalReflection[A](img: Drawing[A]): Drawing[A]
    Definition Classes
    Transform
  30. def interpolatingSpline(points: Seq[Point]): Drawing[Unit]
    Definition Classes
    Path
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def margin[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], top: Double, right: Double, bottom: Double, left: Double): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  33. def margin[A](img: Drawing[A], width: Double): Drawing[A]
    Definition Classes
    Layout
  34. def margin[A](img: Drawing[A], width: Double, height: Double): Drawing[A]
    Definition Classes
    Layout
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noDash[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  37. def noFill[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  38. def noStroke[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def on[A](top: Finalized[(AlgebraModule.this)#SvgResult, A], bottom: Finalized[(AlgebraModule.this)#SvgResult, A])(implicit s: Semigroup[A]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  42. def originAt[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], landmark: Landmark): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericLayout → Layout
  43. def originAt[A](img: Drawing[A], offset: Point): Drawing[A]
    Definition Classes
    Layout
  44. def originAt[A](img: Drawing[A], offset: Vec): Drawing[A]
    Definition Classes
    Layout
  45. def originAt[A](img: Drawing[A], r: Double, a: Angle): Drawing[A]
    Definition Classes
    Layout
  46. def originAt[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
    Definition Classes
    Layout
  47. def path(path: OpenPath): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericPath → Path
  48. def path(path: ClosedPath): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericPath → Path
  49. def rectangle(width: Double, height: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericShape → Shape
  50. def regularPolygon(sides: Int, radius: Double): Drawing[Unit]
    Definition Classes
    Path
  51. def rotate[A](img: Drawing[A], angle: Angle): Drawing[A]
    Definition Classes
    Transform
  52. def roundedRectangle(width: Double, height: Double, radius: Double): Drawing[Unit]
    Definition Classes
    Path
  53. def scale[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
    Definition Classes
    Transform
  54. def size[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, (Double, Double)]
    Definition Classes
    GenericSize → Size
  55. def square(width: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericShape → Shape
  56. def star(points: Int, outerRadius: Double, innerRadius: Double): Drawing[Unit]
    Definition Classes
    Path
  57. def strokeCap[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], cap: Cap): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  58. def strokeColor[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], strokeColor: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  59. def strokeDash[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], pattern: Iterable[Double]): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  60. def strokeJoin[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], join: Join): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  61. def strokeWidth[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], strokeWidth: Double): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericStyle → Style
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def transform[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], tx: Transform): Finalized[(AlgebraModule.this)#SvgResult, A]
    Definition Classes
    GenericTransform → Transform
  65. def translate[A](img: Drawing[A], vec: Vec): Drawing[A]
    Definition Classes
    Transform
  66. def translate[A](img: Drawing[A], x: Double, y: Double): Drawing[A]
    Definition Classes
    Transform
  67. def triangle(width: Double, height: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
    Definition Classes
    GenericShape → Shape
  68. def under[A](bottom: Drawing[A], top: Drawing[A])(implicit s: Semigroup[A]): Drawing[A]
    Definition Classes
    Layout
  69. def verticalReflection[A](img: Drawing[A]): Drawing[A]
    Definition Classes
    Transform
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. def width[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, Double]
    Definition Classes
    GenericSize → Size
  74. object PathApi extends (Path.this)#PathApi
    Definition Classes
    Path → GenericPath
  75. object ShapeApi extends (Shape.this)#ShapeApi
    Definition Classes
    Shape → GenericShape

Inherited from Basic

Inherited from GivenFunctor[(AlgebraModule.this)#SvgResult]

Inherited from GivenApply[(AlgebraModule.this)#SvgResult]

Inherited from GenericTransform[(AlgebraModule.this)#SvgResult]

Inherited from Transform

Inherited from GenericStyle[(AlgebraModule.this)#SvgResult]

Inherited from Style

Inherited from GenericSize[(AlgebraModule.this)#SvgResult]

Inherited from GenericLayout[(AlgebraModule.this)#SvgResult]

Inherited from GenericDebug[(AlgebraModule.this)#SvgResult]

Inherited from Debug

Inherited from Text

Inherited from (AlgebraModule.this)#Path

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

Inherited from Path

Inherited from (AlgebraModule.this)#Shape

Inherited from GenericShape[(AlgebraModule.this)#SvgResult]

Inherited from Shape

Inherited from Size

Inherited from Layout

Inherited from algebra.Algebra

Inherited from AnyRef

Inherited from Any

Ungrouped