Packages

class SvgPlot extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgPlot
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SvgPlot(width: Int, height: Int, scale: Double = 1.0)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SvgPlot toany2stringadd[SvgPlot] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SvgPlot, B)
    Implicit
    This member is added by an implicit conversion from SvgPlot toArrowAssoc[SvgPlot] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val axes: List[Elem]
  8. def circle(x1: Double, y1: Double, r: Double, colour: String = "blue"): Elem
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def draw(c: Circle): Elem
  11. def draw(l: Line): Elem
  12. def ensuring(cond: (SvgPlot) => Boolean, msg: => Any): SvgPlot
    Implicit
    This member is added by an implicit conversion from SvgPlot toEnsuring[SvgPlot] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (SvgPlot) => Boolean): SvgPlot
    Implicit
    This member is added by an implicit conversion from SvgPlot toEnsuring[SvgPlot] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): SvgPlot
    Implicit
    This member is added by an implicit conversion from SvgPlot toEnsuring[SvgPlot] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): SvgPlot
    Implicit
    This member is added by an implicit conversion from SvgPlot toEnsuring[SvgPlot] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SvgPlot toStringFormat[SvgPlot] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def graph(points: Seq[(Double, Double)], colour: String = "blue"): Seq[Elem]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def line(x1: Double, y1: Double, x2: Double, y2: Double, colour: String = "blue"): Elem
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def plot(nodes: Seq[Node]): Elem
  28. def plotAll(nodes: Node*): Elem
  29. def polyline(pts: (Double, Double)*): Elem
  30. def scatter(points: List[Point], radius: Double = 5): Seq[Node]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val xmax: Double
  37. def xval(x: Double): Int
  38. val ymax: Double
  39. def yval(y: Double): Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (SvgPlot, B)
    Implicit
    This member is added by an implicit conversion from SvgPlot toArrowAssoc[SvgPlot] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSvgPlot to any2stringadd[SvgPlot]

Inherited by implicit conversion StringFormat fromSvgPlot to StringFormat[SvgPlot]

Inherited by implicit conversion Ensuring fromSvgPlot to Ensuring[SvgPlot]

Inherited by implicit conversion ArrowAssoc fromSvgPlot to ArrowAssoc[SvgPlot]

Ungrouped