Packages

object SVG

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[S](implicit svg: SVG[S]): SVG[S]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit val mmDouble: MultiplicativeMonoid[Double]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def rgb(color: Color): String
  17. implicit def svgBarChart[C, Y, D, H]: SVG[BarChart[C, Y, D, H]]
  18. implicit def svgBarChartGrouped[G, S, Y, D, H]: SVG[BarChartGrouped[G, S, Y, D, H]]
  19. implicit def svgBarChartGroupedKey[G, S, Y, D, H]: SVG[BarChartGroupedKey[G, S, Y, D, H]]
  20. implicit def svgBarChartKey[S, Y, D, H]: SVG[BarChartKey[S, Y, D, H]]
  21. implicit def svgBayesianNetworkVisualization[T, N, DG](implicit arg0: Eq[T], arg1: Field[N], arg2: Eq[N], svgDGVis: SVG[DirectedGraphVisualization[DG, BayesianNetworkNode[T, N], Edge]]): SVG[BayesianNetworkVisualization[T, N, DG]]
  22. implicit def svgDataLines[S, X, Y, D]: SVG[DataLines[S, X, Y, D]]
  23. implicit def svgDataPoints[S, X, Y, D](implicit arg0: Show[S]): SVG[DataPoints[S, X, Y, D]]
  24. implicit def svgHorizontalLine[X, Y]: SVG[HorizontalLine[X, Y]]
  25. implicit def svgKMeans[D, F[_], M]: SVG[KMeansVisualization[D, F, M]]
  26. implicit def svgKey[S, X, Y, D](implicit arg0: Show[S]): SVG[Key[S, X, Y, D]]
  27. implicit def svgOval[X, Y]: SVG[Oval[X, Y]]
  28. implicit def svgPgmEdge: SVG[Edge]
  29. implicit def svgPlot[S, X, Y, D]: SVG[Plot[S, X, Y, D]]
  30. implicit def svgRectangle[X, Y]: SVG[Rectangle[X, Y]]
  31. implicit def svgScatterPlot[S, X, Y, D](implicit arg0: Show[S]): SVG[ScatterPlot[S, X, Y, D]]
  32. implicit def svgText: SVG[Text]
  33. implicit def svgVerticalLine[X, Y]: SVG[VerticalLine[X, Y]]
  34. implicit def svgXTics[X, Y]: SVG[XTics[X, Y]]
  35. implicit def svgYTics[X, Y]: SVG[YTics[X, Y]]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped