com.quantifind.charts.repl

WebPlot

trait WebPlot[T] extends Plottable[T]

Maintains the server state

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: 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 asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Definition Classes
    Plottable
  7. def deleteAll(): Unit

    Definition Classes
    Plottable
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. var firstOpenWindow: Boolean

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val localFile: File

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. 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

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

  22. def plot(t: T): T

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

  24. var plots: List[T]

    Definition Classes
    Plottable
  25. val port: Int

  26. def redo: Unit

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

    Attributes
    protected
    Definition Classes
    Plottable
  28. var serverMode: Boolean

  29. var serverRootFile: File

  30. val serverRootFileName: String

  31. def startServer(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

  32. def stopServer: Unit

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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