trait JsAlgebraModule extends AlgebraModule with PathModule with ShapeModule with SvgModule with TextModule with JsBase
- Source
- Algebra.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsAlgebraModule
- TextModule
- JsBase
- Base
- SvgModule
- ShapeModule
- PathModule
- AlgebraModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- Definition Classes
- AlgebraModule
- type Algebra = JsAlgebra
- Definition Classes
- JsAlgebraModule → Base
- type Builder = Element
- type Drawing[A] = IndexedStateT[Eval, List[ContextTransform], List[ContextTransform], (BoundingBox, Renderable[SvgResult, A])]
- Definition Classes
- Base
- type FragT = Node
- final class JsAlgebra extends BaseAlgebra with Text with HasTextBoundingBox[Rect]
- type Output = Element
- type SvgResult[A] = (Tag, Set[Tag], A)
- Definition Classes
- Base
- type Tag = TypedTag[Builder, Output, FragT]
- Definition Classes
- Base
- trait Path extends GenericPath[(PathModule.this)#SvgResult]
- Definition Classes
- PathModule
- trait Shape extends GenericShape[(ShapeModule.this)#SvgResult]
- Definition Classes
- ShapeModule
- trait Text extends GenericText[SvgResult]
- Definition Classes
- TextModule
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: JsDom.type
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Svg
- Definition Classes
- SvgModule