Packages

final case class Algebra(gc: Graphics2D, applyF: Apply[Reification] = Apply.apply[Reification], functorF: Functor[Reification] = Apply.apply[Reification]) extends Basic[Drawing] with ReifiedBitmap with ReifiedPath with ReifiedShape with ReifiedText with GenericDebug[Reification] with GenericLayout[Reification] with GenericSize[Reification] with GenericStyle[Reification] with GenericTransform[Reification] with GivenApply[Reification] with GivenFunctor[Reification] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GivenFunctor[Reification], GivenApply[Reification], GenericTransform[Reification], GenericStyle[Reification], GenericSize[Reification], GenericLayout[Reification], GenericDebug[Reification], ReifiedText, GenericText[Reification], Text[[β$0$]IndexedStateT[Eval, List[(DrawingContext) => DrawingContext], List[(DrawingContext) => DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, Reification[β$0$]])]], ReifiedShape, GenericShape[Reification], ReifiedPath, GenericPath[Reification], ReifiedBitmap, Bitmap[Drawing], Basic[Drawing], Transform[Drawing], Style[Drawing], Size[Drawing], Shape[Drawing], Path[Drawing], Layout[Drawing], Debug[Drawing], algebra.Algebra[Drawing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Algebra
  2. Serializable
  3. Product
  4. Equals
  5. GivenFunctor
  6. GivenApply
  7. GenericTransform
  8. GenericStyle
  9. GenericSize
  10. GenericLayout
  11. GenericDebug
  12. ReifiedText
  13. GenericText
  14. Text
  15. ReifiedShape
  16. GenericShape
  17. ReifiedPath
  18. GenericPath
  19. ReifiedBitmap
  20. Bitmap
  21. Basic
  22. Transform
  23. Style
  24. Size
  25. Shape
  26. Path
  27. Layout
  28. Debug
  29. Algebra
  30. AnyRef
  31. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Algebra(gc: Graphics2D, applyF: Apply[Reification] = Apply.apply[Reification], functorF: Functor[Reification] = Apply.apply[Reification])

Type Members

  1. trait PathApi extends AnyRef
    Definition Classes
    GenericPath
  2. trait ShapeApi extends AnyRef
    Definition Classes
    GenericShape
  3. trait TextApi extends AnyRef
    Definition Classes
    GenericText

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GivenFunctor[Reification]

Inherited from GivenApply[Reification]

Inherited from GenericTransform[Reification]

Inherited from GenericStyle[Reification]

Inherited from GenericSize[Reification]

Inherited from GenericLayout[Reification]

Inherited from GenericDebug[Reification]

Inherited from ReifiedText

Inherited from GenericText[Reification]

Inherited from Text[[β$0$]IndexedStateT[Eval, List[(DrawingContext) => DrawingContext], List[(DrawingContext) => DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, Reification[β$0$]])]]

Inherited from ReifiedShape

Inherited from GenericShape[Reification]

Inherited from ReifiedPath

Inherited from GenericPath[Reification]

Inherited from ReifiedBitmap

Inherited from Bitmap[Drawing]

Inherited from Basic[Drawing]

Inherited from Transform[Drawing]

Inherited from Style[Drawing]

Inherited from Size[Drawing]

Inherited from Shape[Drawing]

Inherited from Path[Drawing]

Inherited from Layout[Drawing]

Inherited from Debug[Drawing]

Inherited from algebra.Algebra[Drawing]

Inherited from AnyRef

Inherited from Any

Ungrouped