Packages

case class Histogram[T](parent: FramePanel, initialValues: Seq[T] = Seq[Double](), palette: Seq[Int] = Palettes.rainbow, min: Option[Int] = None, max: Option[Int] = None, labelY: String = "", showLabels: Boolean = true, showValues: Boolean = true)(implicit evidence$1: Numeric[T], screen: Scurses) extends Widget with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Widget, Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Histogram
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Widget
  7. Component
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Histogram(parent: FramePanel, initialValues: Seq[T] = Seq[Double](), palette: Seq[Int] = Palettes.rainbow, min: Option[Int] = None, max: Option[Int] = None, labelY: String = "", showLabels: Boolean = true, showValues: Boolean = true)(implicit arg0: Numeric[T], screen: Scurses)

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
    @native() @throws( ... )
  6. var counter: Int
  7. val df: DecimalFormat
  8. def draw(focus: Boolean, theme: ColorScheme): Unit
    Definition Classes
    Widget
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def focusable: Boolean
    Definition Classes
    HistogramWidget
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val gridSize: Int
  14. def handleKeypress(keypress: Int): Unit
    Definition Classes
    HistogramWidget
  15. val initialValues: Seq[T]
  16. def innerHeight: Int
    Definition Classes
    HistogramComponent
  17. def innerWidth: Int
    Definition Classes
    WidgetComponent
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val labelY: String
  20. val limit: Int
  21. val max: Option[Int]
  22. val min: Option[Int]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. var needsRedraw: Boolean
    Definition Classes
    Widget
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val palette: Seq[Int]
  28. val parent: FramePanel
  29. def push(value: T): Unit
  30. def redraw(focus: Boolean, theme: ColorScheme): Unit
    Definition Classes
    HistogramWidget
  31. def redraw(): Unit
    Definition Classes
    Component
  32. val showLabels: Boolean
  33. val showValues: Boolean
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Widget → AnyRef → Any
  36. def topLevel: Component
    Definition Classes
    Component
  37. var values: Seq[T]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Widget

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped