io.continuum.bokeh.examples.glyphs

Sprint

Related Doc: package glyphs

object Sprint extends Example

Linear Supertypes
Example, App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sprint
  2. Example
  3. App
  4. DelayedInit
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Config(resources: Resources = Resources.default, quiet: Boolean = false) extends Product with Serializable

    Definition Classes
    Example
  2. type PFC = PartialFunction[Medal, Color]

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. val abbrev_to_country: PartialFunction[String, String]

  5. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val athlete: GlyphRenderer

  8. val athlete_glyph: Text

  9. val bronze_fill: String

  10. val bronze_line: String

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def config: Config

    Definition Classes
    Example
  13. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    Example → App → DelayedInit
  14. object df

  15. val document: Document

  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. val executionStart: Long

    Definition Classes
    App
  19. val fill_color: PFC

  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. val gold_fill: String

  23. val gold_line: String

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val hover: HoverTool

  26. val html: HTMLFile

  27. def info(text: ⇒ String): Unit

    Definition Classes
    Example
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val line_color: PFC

  30. def main(args: Array[String]): Unit

    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  31. val medal: GlyphRenderer

  32. val medal_glyph: Circle

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

    Definition Classes
    AnyRef
  34. val no_olympics: GlyphRenderer

  35. val no_olympics_glyph: Text

  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. val plot: Plot

  39. val silver_fill: String

  40. val silver_line: String

  41. object source extends ColumnDataSource

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

    Definition Classes
    AnyRef
  43. val t0: Double

  44. val title: String

  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. val tooltip: StringTooltip

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val xaxis: LinearAxis

  51. val xdr: Range1d

  52. val xgrid: Grid

  53. val xticker: SingleIntervalTicker

  54. val yaxis: LinearAxis

  55. val ydr: DataRange1d

  56. val yticker: SingleIntervalTicker

Inherited from Example

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped