Packages

case object Line extends SimpleShape with Product with Serializable

Line begins at zero and moves linearly towards one, but not reaching it. For example, a GenWindow(10, GenWindow.Line) * 10 would count in integer steps from 0 to 9, then wrapping back to zero.

Linear Supertypes
Serializable, Product, Equals, SimpleShape, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Line
  2. Serializable
  3. Product
  4. Equals
  5. SimpleShape
  6. Shape
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[L](size: GE[L])(implicit arg0: NumInt[L]): D
    Definition Classes
    SimpleShape
  2. def fill(winSize: Long, winOff: Long, buf: Array[Double], bufOff: Int, len: Int, param: Double): Unit
    Definition Classes
    LineShape
  3. final val id: Int(9)
    Definition Classes
    LineShape
  4. def productElementName(n: Int): String
    Definition Classes
    Product
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product