Packages

package svg

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. svg
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Algebra[F[_]] = algebra.Algebra[F] with MouseOver[F] with Basic[F]
  2. trait Base extends AnyRef

    Base trait for SVG implementations, defining common types

    Base trait for SVG implementations, defining common types

    Used for ML-style modules to ensure the JVM and JS implementations make consistent use of types, and the compiler can prove this.

  3. type Canvas = svg.effect.Canvas
  4. type Drawing[A] = IndexedStateT[Eval, List[ContextTransform], List[ContextTransform], (BoundingBox, Renderable[(js)#SvgResult, A])]
  5. type Frame = svg.effect.Frame
  6. trait JsBase extends Base
  7. type Picture[A] = algebra.Picture[Algebra, Drawing, A]
  8. type Tag = TypedTag[Element, Element, Node]

Value Members

  1. val Frame: svg.effect.Frame.type
  2. val Svg: (js)#Svg.type
  3. val algebraInstance: (js)#BaseAlgebra with (js)#MouseOver
  4. val js: JsAlgebraModule
  5. implicit val svgAnimationRenderer: AnimationRenderer[Canvas]
  6. implicit val svgCanvas: CanvasAlgebra
  7. implicit val svgRenderer: Renderer[Algebra, Drawing, Frame, Canvas]
  8. implicit val svgScheduler: Scheduler
  9. object Picture

Inherited from AnyRef

Inherited from Any

Ungrouped