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: 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 containerDivs(index: Int): String

    Definition Classes
    WebPlotHighcharts
  7. def delete(): Unit

    Definition Classes
    Plottable
  8. def deleteAll(): Unit

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

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

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

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

    Definition Classes
    WebPlot
  13. final def getClass(): Class[_]

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

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

    Definition Classes
    WebPlotHighcharts
  16. def hold(): Unit

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

    Definition Classes
    WebPlot
  18. var isHeld: Boolean

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

    Definition Classes
    Any
  20. val jsFooter: String

    Definition Classes
    WebPlotHighcharts
  21. val jsHeader: String

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

    Definition Classes
    HighchartsStylesLabels
  23. val localFile: File

    Definition Classes
    WebPlot
  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
    HighchartsStylesWebPlotHighchartsWebPlotPlotLike
  30. def plotAll(): Unit

    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.

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

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

    Definition Classes
    Plottable
  33. val port: Int

    Definition Classes
    WebPlot
  34. def redo: Unit

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

    Attributes
    protected
    Definition Classes
    Plottable
  36. val reload: String

    Definition Classes
    WebPlotHighcharts
  37. def reloadJs: String

    Definition Classes
    WebPlotHighcharts
  38. var serverMode: Boolean

    Definition Classes
    WebPlot
  39. var serverRootFile: File

    Definition Classes
    WebPlot
  40. val serverRootFileName: String

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

  42. 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

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

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

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

    Definition Classes
    HighchartsStylesLabels
  46. def toString(): String

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

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

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

    Definition Classes
    Hold
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def xAxis(label: String): Highchart

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

  55. def yAxis(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels

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