Packages

case class Level(overviewLevel: Int) extends OverviewStrategy with Product with Serializable

If the index of the overview from which data should be sampled is known, it can be explicitly provided via this option

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Level
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OverviewStrategy
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Level(overviewLevel: Int)

Value Members

  1. val overviewLevel: Int