Packages

package web

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

Type Members

  1. trait HtmlFrom[T] extends AnyRef
    Annotations
    @implicitNotFound("Witness not found for HtmlFrom[${T}]")
  2. trait SVG[S] extends AnyRef
    Annotations
    @implicitNotFound("Witness not found for SVG[${S}]")
  3. implicit class SVGSyntax[S] extends AnyRef

Value Members

  1. implicit def bnnHtmlFrom[T, N](implicit arg0: Show[T]): HtmlFrom[BayesianNetworkNode[T, N]]
  2. def bodify(inner: NodeSeq): Node
  3. def html[T](t: T)(implicit arg0: HtmlFrom[T]): Node
  4. implicit val mmDouble: MultiplicativeMonoid[Double]
  5. def svgFrame(inner: NodeSeq, width: Double, height: Double): Node
  6. implicit def svgJungDirectedGraphVisualization[VP, EP](implicit arg0: Eq[VP], arg1: HtmlFrom[VP], arg2: Show[EP]): SVG[DirectedGraphVisualization[DirectedSparseGraph[VP, EP], VP, EP]]
  7. implicit def svgJungUndirectedGraphVisualization[V, E](implicit arg0: Eq[V], arg1: HtmlFrom[V], arg2: Show[E]): SVG[UndirectedGraphVisualization[UndirectedSparseGraph[V, E], V, E]]
  8. implicit val trigDouble: Trig[Double]
  9. object HtmlFrom
  10. object SVG

Inherited from AnyRef

Inherited from Any

Ungrouped