org.singlespaced.d3js.scale

Log

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

Annotations
@RawJSType() @native()
Linear Supertypes
BaseScale[Double, Range, Log[Range, Output]], Function1[Double, Double], Function, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Log
  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 base(base: Double): Log[Range, Output]

  6. def base(): Double

  7. def bind(thisArg: Any, argArray: Any*): Dynamic

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

    Definition Classes
    Function
  9. def clamp(clamp: Boolean): Log[Range, Output]

  10. def clamp(): Boolean

  11. def clone(): AnyRef

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

  13. def domain(values: Array[Double]): Log[Range, Output]

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

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

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

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

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

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

    Definition Classes
    Object
  20. def hashCode(): Int

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

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

  23. def invert(y: Double): Double

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

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

    Definition Classes
    Object
  26. val length: Int

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

    Definition Classes
    AnyRef
  28. def nice(): Log[Range, Output]

  29. final def notify(): Unit

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

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

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

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

    Definition Classes
    BaseScale
  34. def rangeRound(values: Array[Double]): Log[Double, Double]

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

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

  37. def ticks(): Array[Double]

  38. def toLocaleString(): String

    Definition Classes
    Object
  39. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Inherited from Function1[Double, Double]

Inherited from Function

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped