c

scalation.stat

FramelessHistogram

class FramelessHistogram extends AnyRef

The FramelessHistogram class should be used in embedded applications.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FramelessHistogram
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FramelessHistogram(frameW: Int, frameH: Int, value: VectorD, numIntervals: Int, _title: String = "Histogram")

    frameW

    the width

    frameH

    the height

    value

    the vector of values (want several per interval)

    numIntervals

    the number of intervals (typically 5 to 100)

    _title

    title of the histogram

Value Members

  1. def canvas: Canvas

    Dynamically create and return a drawing canvas.