trait JsAlgebraModule extends AlgebraModule with MouseOverModule with PathModule with ShapeModule with SvgModule with TextModule with JsBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsAlgebraModule
- TextModule
- JsBase
- Base
- SvgModule
- ShapeModule
- PathModule
- MouseOverModule
- AlgebraModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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]
- Definition Classes
- AlgebraModule
- type Algebra[F[_]] = algebra.Algebra[F] with interact.algebra.MouseOver[F] with algebra.Text[F] with Basic[F]
- 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 HasTextBoundingBox with MouseOver with Text
- type Output = Element
- type SvgResult[A] = (Tag, Set[Tag], A)
- Definition Classes
- Base
- type Tag = TypedTag[Builder, Output, FragT]
- Definition Classes
- Base
- trait MouseOver extends interact.algebra.MouseOver[(MouseOverModule.this)#Drawing]
- Definition Classes
- MouseOverModule
- 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