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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Histogram
- Serializable
- Serializable
- Product
- Equals
- Widget
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var counter: Int
- val df: DecimalFormat
-
def
draw(focus: Boolean, theme: ColorScheme): Unit
- Definition Classes
- Widget
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def focusable: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gridSize: Int
- def handleKeypress(keypress: Int): Unit
- val initialValues: Seq[T]
- def innerHeight: Int
- def innerWidth: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labelY: String
- val limit: Int
- val max: Option[Int]
- val min: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
var
needsRedraw: Boolean
- Definition Classes
- Widget
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val palette: Seq[Int]
- val parent: FramePanel
- def push(value: T): Unit
- def redraw(focus: Boolean, theme: ColorScheme): Unit
-
def
redraw(): Unit
- Definition Classes
- Component
- val showLabels: Boolean
- val showValues: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Widget → AnyRef → Any
-
def
topLevel: Component
- Definition Classes
- Component
- var values: Seq[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )