object SvgPlot
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SvgPlot
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allHexagonSides(complex: PantsSurface): Vector[Elem]
- def apply(complex: TwoComplex, radius: Double = 50): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val desktop: Desktop
- def drawCircle(cx: Double, cy: Double, colour: String, r: Double = 3): Elem
- def drawLine(x1: Double, y1: Double, x2: Double, y2: Double, colour: String, strokeArray: Option[String] = None): Elem
- lazy val eg: Elem
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def faceRowSides(complex: TwoComplex, r: Double = 50): Vector[Elem]
- def faceSides(face: Polygon, complex: TwoComplex, offset: (Double, Double) = (0, 0), radius: Double = 100): Vector[Elem]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getColour(n: Int): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hexagonSides(offset: (Double, Double) = (0, 0), radius: Double = 100): Seq[Elem]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineArrow(xinit: Double, yinit: Double, xt: Double, yterm: Double, colour: String = "black", label: String = "", strokeArray: Option[String] = None): Vector[Elem]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def plotComplex(complex: TwoComplex, radius: Double = 50): Elem
- def plotPantsSurface(complex: PantsSurface): Elem
- val rad: Int
- def shiftColour(n: Int): String
- def svgPlot(elems: Seq[Elem], width: Double = 1000, height: Double = 400): Elem
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unit(x: Double, y: Double): (Double, Double)
- def viewPage(content: Node): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeFile(text: String, fileName: String, append: Boolean = false): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated