object SvgPlot

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgPlot
  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. def allHexagonSides(complex: PantsSurface): Vector[Elem]
  5. def apply(complex: TwoComplex, radius: Double = 50): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val desktop: Desktop
  9. def drawCircle(cx: Double, cy: Double, colour: String, r: Double = 3): Elem
  10. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double, colour: String, strokeArray: Option[String] = None): Elem
  11. lazy val eg: Elem
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def faceRowSides(complex: TwoComplex, r: Double = 50): Vector[Elem]
  15. def faceSides(face: Polygon, complex: TwoComplex, offset: (Double, Double) = (0, 0), radius: Double = 100): Vector[Elem]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getColour(n: Int): String
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hexagonSides(offset: (Double, Double) = (0, 0), radius: Double = 100): Seq[Elem]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lineArrow(xinit: Double, yinit: Double, xt: Double, yterm: Double, colour: String = "black", label: String = "", strokeArray: Option[String] = None): Vector[Elem]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def plotComplex(complex: TwoComplex, radius: Double = 50): Elem
  26. def plotPantsSurface(complex: PantsSurface): Elem
  27. val rad: Int
  28. def shiftColour(n: Int): String
  29. def svgPlot(elems: Seq[Elem], width: Double = 1000, height: Double = 400): Elem
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unit(x: Double, y: Double): (Double, Double)
  33. def viewPage(content: Node): Unit
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. def writeFile(text: String, fileName: String, append: Boolean = false): Unit

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