com.quantifind.charts.repl

WebPlotHighcharts

Related Doc: package repl

trait WebPlotHighcharts extends WebPlot[Highchart]

User: austin Date: 12/3/14

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

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 buildHtmlFile(): String

    Iterates through the plots and builds the necessary javascript and html around them.

    Iterates through the plots and builds the necessary javascript and html around them. returns the files contents as a string

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def containerDivs(index: Int): String

  8. def delete(): Unit

    Definition Classes
    Plottable
  9. def deleteAll(): Unit

    Definition Classes
    Plottable
  10. def disableOpenWindow(): Unit

    Definition Classes
    WebPlot
  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

    Definition Classes
    WebPlot
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def highchartsContainer(json: String, index: Int): String

  18. def highchartsContainer(hc: Highchart): String

  19. var http: Option[Server]

    Definition Classes
    WebPlot
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val jsHeader: String

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

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

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

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

    Definition Classes
    WebPlot
  26. def openWindow(link: String): Try[String]

    Definition Classes
    WebPlot
  27. def plot(t: Highchart): Highchart

    Definition Classes
    WebPlotHighchartsWebPlotPlotLike
  28. def plotAll(): Unit

    Definition Classes
    WebPlotHighchartsPlottable
  29. var plotServer: Option[PlotServer]

    Definition Classes
    WebPlot
  30. var plots: List[Highchart]

    Definition Classes
    Plottable
  31. def redo: Unit

    Definition Classes
    Plottable
  32. val redoStack: Stack[List[Highchart]]

    Attributes
    protected
    Definition Classes
    Plottable
  33. def reloadJs: String

  34. def setWispPort(port: Int): Unit

    Definition Classes
    WebPlot
  35. def setWispServerFile(file: File): Unit

    Definition Classes
    WebPlot
  36. def setWispServerFile(filename: String): Unit

    Definition Classes
    WebPlot
  37. 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

    Definition Classes
    WebPlot
  38. def stopWispServer: Unit

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

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

    Definition Classes
    WebPlot
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

    Definition Classes
    Plottable
  42. val undoStack: Stack[List[Highchart]]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. val wispJsImports: String

Inherited from WebPlot[Highchart]

Inherited from Plottable[Highchart]

Inherited from PlotLike[Highchart]

Inherited from AnyRef

Inherited from Any

Ungrouped