Object/Trait

axle.web

SVG

Related Docs: trait SVG | package web

Permalink

object 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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[S](implicit svg: SVG[S]): SVG[S]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def drawBayesianNetwork[T, N, DG](implicit arg0: Manifest[T], arg1: Eq[T], arg2: Field[N], arg3: Manifest[N], arg4: Eq[N], svgDG: SVG[DG], dg: DirectedGraph[DG, BayesianNetworkNode[T, N], Edge]): SVG[BayesianNetwork[T, N, DG]]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def rgb(color: Color): String

    Permalink
  18. implicit def svgBarChart[C, Y, D, H]: SVG[BarChart[C, Y, D, H]]

    Permalink
  19. implicit def svgBarChartGrouped[G, S, Y, D, H]: SVG[BarChartGrouped[G, S, Y, D, H]]

    Permalink
  20. implicit def svgBarChartGroupedKey[G, S, Y, D, H]: SVG[BarChartGroupedKey[G, S, Y, D, H]]

    Permalink
  21. implicit def svgBarChartKey[S, Y, D, H]: SVG[BarChartKey[S, Y, D, H]]

    Permalink
  22. implicit def svgDataLines[S, X, Y, D]: SVG[DataLines[S, X, Y, D]]

    Permalink
  23. implicit def svgDataPoints[S, X, Y, D](implicit arg0: Show[S]): SVG[DataPoints[S, X, Y, D]]

    Permalink
  24. implicit def svgHorizontalLine[X, Y]: SVG[HorizontalLine[X, Y]]

    Permalink
  25. implicit def svgJungDirectedGraph[VP, EP](implicit arg0: Eq[VP], arg1: HtmlFrom[VP], arg2: Show[EP]): SVG[DirectedSparseGraph[VP, EP]]

    Permalink
  26. implicit def svgJungUndirectedGraph[VP, EP](implicit arg0: Eq[VP], arg1: HtmlFrom[VP], arg2: Show[EP]): SVG[UndirectedSparseGraph[VP, EP]]

    Permalink
  27. implicit def svgKMeans[D, F, G, M]: SVG[KMeansVisualization[D, F, G, M]]

    Permalink
  28. implicit def svgKey[S, X, Y, D](implicit arg0: Show[S]): SVG[Key[S, X, Y, D]]

    Permalink
  29. implicit def svgOval[X, Y]: SVG[Oval[X, Y]]

    Permalink
  30. implicit def svgPgmEdge: SVG[Edge]

    Permalink
  31. implicit def svgPlot[S, X, Y, D]: SVG[Plot[S, X, Y, D]]

    Permalink
  32. implicit def svgRectangle[X, Y]: SVG[Rectangle[X, Y]]

    Permalink
  33. implicit def svgScatterPlot[S, X, Y, D](implicit arg0: Show[S]): SVG[ScatterPlot[S, X, Y, D]]

    Permalink
  34. implicit def svgText: SVG[Text]

    Permalink
  35. implicit def svgVerticalLine[X, Y]: SVG[VerticalLine[X, Y]]

    Permalink
  36. implicit def svgXTics[X, Y]: SVG[XTics[X, Y]]

    Permalink
  37. implicit def svgYTics[X, Y]: SVG[YTics[X, Y]]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped