com.quantifind.charts.repl

WebPlotHighcharts

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: 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 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

  8. def clone(): AnyRef

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

  10. def delete(): Unit

    Definition Classes
    Plottable
  11. def deleteAll(): Unit

    Definition Classes
    Plottable
  12. def disableOpenWindow(): Unit

    Definition Classes
    WebPlot
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    returns

    Definition Classes
    WebPlot
  18. def hashCode(): Int

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

  20. def highchartsContainer(hc: Highchart): String

  21. var http: Option[Server]

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

    Definition Classes
    Any
  23. val jsHeader: String

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

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

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

    Definition Classes
    AnyRef
  27. 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
  28. def openWindow(link: String): Try[String]

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

    Definition Classes
    WebPlotHighchartsWebPlotPlotLike
  30. def plotAll(): Unit

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

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

    Definition Classes
    Plottable
  33. def redo: Unit

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

    Attributes
    protected
    Definition Classes
    Plottable
  35. def reloadJs: String

  36. def setWispPort(port: Int): Unit

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

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

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

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

Inherited from WebPlot[Highchart]

Inherited from Plottable[Highchart]

Inherited from PlotLike[Highchart]

Inherited from AnyRef

Inherited from Any

Ungrouped