object ScatterMode extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScatterMode
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Flag extends Product with Serializable

Value Members

  1. def apply(flags: Flag*): ScatterMode
  2. val flagMap: Map[String, Flag]
  3. val flags: Seq[Flag]
  4. object Lines extends Flag with Product with Serializable
  5. object Markers extends Flag with Product with Serializable
  6. object Text extends Flag with Product with Serializable