Package

axle

web

Permalink

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. All

Type Members

  1. trait SVG[S] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( "Witness not found for SVG[${S}]" )

Value Members

  1. object SVG

    Permalink
  2. def bodify(inner: NodeSeq): Node

    Permalink
  3. final val encoding: String("UTF-8")

    Permalink
  4. def html[T](t: T, filename: String)(implicit arg0: SVG[T]): Unit

    Permalink
  5. def svg[T](t: T, filename: String)(implicit arg0: SVG[T]): Unit

    Permalink
  6. def svg[T](t: T, filename: String, width: Int, height: Int)(implicit arg0: SVG[T]): Unit

    Permalink
  7. def svgFrame(inner: NodeSeq, width: Double, height: Double): Node

    Permalink
  8. val svgScript: String

    Permalink
  9. val svgScriptStream: InputStream

    Permalink
  10. val svgStyle: String

    Permalink
  11. val svgStyleStream: InputStream

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped