com.quantifind.charts.repl

WebPlot

trait WebPlot[T] extends Plottable[T]

Maintains the server statex

T

: a Plotting type : Highchart or Vega

Linear Supertypes
Plottable[T], PlotLike[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebPlot
  2. Plottable
  3. PlotLike
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def plotAll(): Unit

    Definition Classes
    Plottable

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(): Unit

    Definition Classes
    Plottable
  9. def deleteAll(): Unit

    Definition Classes
    Plottable
  10. def disableOpenWindow(): Unit

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  15. def getWispServerInfo(): (File, Int, Boolean)

    returns

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. var http: Option[Server]

  18. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def openFirstWindow(link: String): Unit

    If this is the first plot command being called, try to open the browser

    If this is the first plot command being called, try to open the browser

    link

  23. def openWindow(link: String): Try[String]

  24. def plot(t: T): T

    Definition Classes
    WebPlotPlotLike
  25. var plotServer: Option[PlotServer]

  26. var plots: List[T]

    Definition Classes
    Plottable
  27. def redo: Unit

    Definition Classes
    Plottable
  28. val redoStack: Stack[List[T]]

    Attributes
    protected
    Definition Classes
    Plottable
  29. def setWispPort(port: Int): Unit

  30. def setWispServerFile(file: File): Unit

  31. def setWispServerFile(filename: String): Unit

  32. def startWispServer(message: String = ...): Unit

    Launches the server which hosts the plots.

    Launches the server which hosts the plots. InetAddress.getLocalHost requires a properly configured /etc/hosts on linux machines. Assigns a random port

    message

  33. def stopWispServer: Unit

    Deletes the resulting index-*.

    Deletes the resulting index-*.html and stops the server Currently the index-*.html file persists in the $cwd if stopServer is not called.

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def undo(): Unit

    Definition Classes
    Plottable
  37. val undoStack: Stack[List[T]]

    Attributes
    protected
    Definition Classes
    Plottable
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Plottable[T]

Inherited from PlotLike[T]

Inherited from AnyRef

Inherited from Any

Ungrouped