trait JvmAlgebraModule extends AlgebraModule with PathModule with ShapeModule with SvgModule with JvmBase
- Source
- Algebra.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JvmAlgebraModule
- JvmBase
- Base
- SvgModule
- ShapeModule
- PathModule
- 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 Basic[F]
- type Builder = scalatags.text.Builder
- type Drawing[A] = IndexedStateT[Eval, List[ContextTransform], List[ContextTransform], (BoundingBox, Renderable[SvgResult, A])]
- Definition Classes
- Base
- type FragT = String
- final class JvmAlgebra extends BaseAlgebra
- type Output = String
- 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
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
- val algebraInstance: JvmAlgebra
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: Text.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