com.quantifind.charts.repl

HighchartsStyles

trait HighchartsStyles extends Hold[Highchart] with Labels[Highchart] with WebPlotHighcharts

Defines auxiliary tools available to plots, such as adding a Title

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HighchartsStyles
  2. WebPlotHighcharts
  3. WebPlot
  4. Plottable
  5. Labels
  6. Hold
  7. PlotLike
  8. AnyRef
  9. 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

    Definition Classes
    WebPlotHighcharts
  8. def clone(): AnyRef

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

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

    Definition Classes
    WebPlotHighcharts
  20. def highchartsContainer(hc: Highchart): String

    Definition Classes
    WebPlotHighcharts
  21. def hold(): Unit

    Definition Classes
    Hold
  22. var http: Option[Server]

    Definition Classes
    WebPlot
  23. var isHeld: Boolean

    Definition Classes
    Hold
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val jsHeader: String

    Definition Classes
    WebPlotHighcharts
  26. def legend(labels: Iterable[String]): Highchart

    Definition Classes
    HighchartsStylesLabels
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    HighchartsStylesWebPlotHighchartsWebPlotPlotLike
  33. def plotAll(): Unit

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

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

    Definition Classes
    Plottable
  36. def redo: Unit

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

    Attributes
    protected
    Definition Classes
    Plottable
  38. def reloadJs: String

    Definition Classes
    WebPlotHighcharts
  39. def setWispPort(port: Int): Unit

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

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

    Definition Classes
    WebPlot
  42. def stack(stackType: Type = Stacking.normal): Highchart

  43. 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
  44. 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
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def title(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  47. def toString(): String

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

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

    Attributes
    protected
    Definition Classes
    Plottable
  50. def unhold(): Unit

    Definition Classes
    Hold
  51. def unstack(): Highchart

  52. final def wait(): Unit

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

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

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

    Definition Classes
    WebPlotHighcharts
  56. def xAxis(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  57. def xAxisType(axisType: Type): Highchart

  58. def xyToSeries[T1, T2](x: Iterable[T1], y: Iterable[T2], chartType: Type)(implicit arg0: Numeric[T1], arg1: Numeric[T2]): Highchart

  59. def yAxis(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  60. def yAxisType(axisType: Type): Highchart

Inherited from WebPlotHighcharts

Inherited from WebPlot[Highchart]

Inherited from Plottable[Highchart]

Inherited from Labels[Highchart]

Inherited from Hold[Highchart]

Inherited from PlotLike[Highchart]

Inherited from AnyRef

Inherited from Any

Ungrouped