trait BaseAlgebra extends algebra.Algebra[(AlgebraModule.this)#Drawing] with Layout[(AlgebraModule.this)#Drawing] with Size[(AlgebraModule.this)#Drawing] with (AlgebraModule.this)#Shape with (AlgebraModule.this)#Path 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[(AlgebraModule.this)#Drawing]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseAlgebra
- Basic
- GivenFunctor
- GivenApply
- GenericTransform
- Transform
- GenericStyle
- Style
- GenericSize
- GenericLayout
- GenericDebug
- Debug
- Path
- GenericPath
- Path
- Shape
- GenericShape
- Shape
- Size
- Layout
- Algebra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Abstract Value Members
-
implicit abstract
val
applyF: Apply[(AlgebraModule.this)#SvgResult]
- Definition Classes
- GivenApply
-
implicit abstract
val
functorF: Functor[(AlgebraModule.this)#SvgResult]
- Definition Classes
- GivenFunctor
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
at[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], x: Double, y: Double): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericLayout → Layout
-
def
at[A](img: (AlgebraModule.this)#Drawing[A], offset: Point): (AlgebraModule.this)#Drawing[A]
- Definition Classes
- Layout
-
def
at[A](img: (AlgebraModule.this)#Drawing[A], offset: Vec): (AlgebraModule.this)#Drawing[A]
- Definition Classes
- Layout
-
def
at[A](img: (AlgebraModule.this)#Drawing[A], r: Double, a: Angle): (AlgebraModule.this)#Drawing[A]
- Definition Classes
- Layout
-
def
below[A](bottom: (AlgebraModule.this)#Drawing[A], top: (AlgebraModule.this)#Drawing[A])(implicit s: Semigroup[A]): (AlgebraModule.this)#Drawing[A]
- Definition Classes
- Layout
-
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
-
def
boundingBox[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, BoundingBox]
- Definition Classes
- GenericSize → Size
-
def
boundingBox(elements: List[PathElement]): BoundingBox
- Definition Classes
- GenericPath
-
def
catmulRom(points: Seq[Point], tension: Double): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[Unit]])]
- Definition Classes
- Path
-
def
circle(diameter: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericShape → Shape
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
debug[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A], color: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericDebug → Debug
-
def
empty: Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericShape → Shape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fillColor[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], fillColor: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
fillGradient[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], fillGradient: Gradient): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
height[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, Double]
- Definition Classes
- GenericSize → Size
-
def
horizontalReflection[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
def
interpolatingSpline(points: Seq[Point]): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[Unit]])]
- Definition Classes
- Path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
noDash[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
noFill[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
noStroke[A](image: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
def
path(path: OpenPath): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericPath → Path
-
def
path(path: ClosedPath): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericPath → Path
-
def
rectangle(width: Double, height: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericShape → Shape
-
def
regularPolygon(sides: Int, radius: Double, angle: Angle): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[Unit]])]
- Definition Classes
- Path
-
def
rotate[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])], angle: Angle): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
def
roundedRectangle(width: Double, height: Double, radius: Double): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[Unit]])]
- Definition Classes
- Path
-
def
scale[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])], x: Double, y: Double): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
def
size[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, (Double, Double)]
- Definition Classes
- GenericSize → Size
-
def
square(width: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericShape → Shape
-
def
star(points: Int, outerRadius: Double, innerRadius: Double, angle: Angle): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[Unit]])]
- Definition Classes
- Path
-
def
strokeCap[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], cap: Cap): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
strokeColor[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], strokeColor: Color): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
strokeDash[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], pattern: Iterable[Double]): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
strokeJoin[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], join: Join): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
def
strokeWidth[A](image: Finalized[(AlgebraModule.this)#SvgResult, A], strokeWidth: Double): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericStyle → Style
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transform[A](img: Finalized[(AlgebraModule.this)#SvgResult, A], tx: Transform): Finalized[(AlgebraModule.this)#SvgResult, A]
- Definition Classes
- GenericTransform → Transform
-
def
translate[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])], vec: Vec): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
def
translate[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])], x: Double, y: Double): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
def
triangle(width: Double, height: Double): Finalized[(AlgebraModule.this)#SvgResult, Unit]
- Definition Classes
- GenericShape → Shape
-
def
under[A](bottom: (AlgebraModule.this)#Drawing[A], top: (AlgebraModule.this)#Drawing[A])(implicit s: Semigroup[A]): (AlgebraModule.this)#Drawing[A]
- Definition Classes
- Layout
-
def
verticalReflection[A](img: IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]): IndexedStateT[Eval, List[(DrawingContext) ⇒ DrawingContext], List[(DrawingContext) ⇒ DrawingContext], (BoundingBox, IndexedStateT[Eval, Transform, Transform, (AlgebraModule.this)#SvgResult[A]])]
- Definition Classes
- Transform
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
width[A](picture: Finalized[(AlgebraModule.this)#SvgResult, A]): Finalized[(AlgebraModule.this)#SvgResult, Double]
- Definition Classes
- GenericSize → Size
-
object
PathApi extends PathApi
- Definition Classes
- Path → GenericPath
-
object
ShapeApi extends ShapeApi
- Definition Classes
- Shape → GenericShape