org.singlespaced.d3js.scale

Linear

trait Linear[Range, Output] extends Function with BaseScale[Double, Range, Linear[Range, Output]]

Annotations
@RawJSType() @native()
Linear Supertypes
BaseScale[Double, Range, Linear[Range, Output]], Function1[Double, Double], Function, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Linear
  2. BaseScale
  3. Function1
  4. Function
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(arg1: Double): Double

    Definition Classes
    Function1

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bind(thisArg: Any, argArray: Any*): Dynamic

    Definition Classes
    Function
  6. def call(thisArg: Any, argArray: Any*): Dynamic

    Definition Classes
    Function
  7. def clamp(clamp: Boolean): Linear[Range, Output]

  8. def clamp(): Boolean

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy(): Linear[Range, Output]

  11. def domain(values: Array[Double]): Linear[Range, Output]

    Definition Classes
    BaseScale
  12. def domain(): Array[Double]

    Definition Classes
    BaseScale
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def interpolate(factory: Function2[Range, Range, Function1[Double, Output]]): Linear[Range, Output]

  20. def interpolate(): Function2[Range, Range, Function1[Double, Output]]

  21. def invert(y: Double): Double

    Definition Classes
    BaseScale
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  24. val length: Int

    Definition Classes
    Function
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def nice(count: Double = ???): Linear[Range, Output]

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  30. def range(): Array[Range]

    Definition Classes
    BaseScale
  31. def range(values: Array[Range]): Linear[Range, Output]

    Definition Classes
    BaseScale
  32. def rangeRound(values: Array[Double]): Linear[Double, Double]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def tickFormat(count: Double = ???, format: String = ???): Function1[Double, String]

  35. def ticks(count: Double = ???): Array[Double]

  36. def toLocaleString(): String

    Definition Classes
    Object
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def valueOf(): Any

    Definition Classes
    Object
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseScale[Double, Range, Linear[Range, Output]]

Inherited from Function1[Double, Double]

Inherited from Function

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped