Object

org.singlespaced.d3js

d3

Related Doc: package d3js

Permalink

object d3 extends Object

Annotations
@JSName( "d3" ) @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. d3
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Primitive = |[|[Double, String], Boolean]

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def ascending(a: Primitive, b: Primitive): Double

    Permalink
  6. def behavior: BehaviorObject

    Permalink
  7. def bisectLeft(array: Array[String], x: String, lo: Double = ???, hi: Double = ???): Double

    Permalink
  8. def bisectLeft(array: Array[Double], x: Double, lo: Double, hi: Double): Double

    Permalink
  9. def bisectRight[T](array: Array[T], x: T, lo: Double, hi: Double): Double

    Permalink
  10. def bisector[T, U](comparator: Function2[T, U, Double]): Any

    Permalink
  11. def bisector[T, U](accessor: Function1[T, U]): Any

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def color: ColorObject

    Permalink
  14. var csv: Dsv

    Permalink
  15. def descending(a: Primitive, b: Primitive): Double

    Permalink
  16. def deviation[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  17. def deviation(array: Array[Double]): Double

    Permalink
  18. def dispatch(names: String*): Dispatch

    Permalink
  19. def dsv(delimiter: String, mimeType: String): Dsv

    Permalink
  20. def ease(type: String, args: Any*): Function1[Double, Double]

    Permalink
  21. def entries(object: AnyRef): Array[Any]

    Permalink
  22. def entries[T](object: Dictionary[T]): Array[Any]

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. var event: |[Event, BaseEvent]

    Permalink
  26. def extent[T](array: Array[T]): Tuple2[T, T]

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def format(specifier: String): Function1[Double, String]

    Permalink
  29. def formatPrefix(value: Double, precision: Double = ???): FormatPrefix

    Permalink
  30. def functor[T](value: T): Function0[T]

    Permalink
  31. def functorWithFun[T <: Function](value: T): T

    Permalink
  32. def geo: GeoObject

    Permalink
  33. def geom: GeomObject

    Permalink
  34. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Object
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hcl: HclObject

    Permalink
  38. def hsl: HslObject

    Permalink
  39. def html(url: String, callback: Function2[Any, DocumentFragment, Unit] = ???): Xhr

    Permalink
  40. def interpolate[Range, Output](a: Dictionary[Range], b: Dictionary[Output]): Function1[Double, Dictionary[Output]]

    Permalink
  41. def interpolate[Range, Output](a: Array[Range], b: Array[Range]): Function1[Double, Array[Output]]

    Permalink
  42. def interpolate(a: |[String, Color], b: Color): Function1[Double, String]

    Permalink
  43. def interpolate(a: String, b: String): Function1[Double, String]

    Permalink
  44. def interpolate(a: Double, b: Double): Function1[Double, Double]

    Permalink
  45. def interpolateArray[Range, Output](a: Array[Range], b: Array[Range]): Function1[Double, Array[Output]]

    Permalink
  46. def interpolateHcl(a: |[String, Color], b: |[String, Color]): Function1[Double, String]

    Permalink
  47. def interpolateHsl(a: |[String, Color], b: |[String, Color]): Function1[Double, String]

    Permalink
  48. def interpolateLab(a: |[String, Color], b: |[String, Color]): Function1[Double, String]

    Permalink
  49. def interpolateNumber(a: Double, b: Double): Function1[Double, Double]

    Permalink
  50. def interpolateObject[Range, Output](a: Dictionary[Range], b: Dictionary[Output]): Function1[Double, Dictionary[Output]]

    Permalink
  51. def interpolateRgb(a: |[String, Color], b: |[String, Color]): Function1[Double, String]

    Permalink
  52. def interpolateRound(a: Double, b: Double): Function1[Double, Double]

    Permalink
  53. def interpolateString(a: String, b: String): Function1[Double, String]

    Permalink
  54. def interpolateTransform(a: |[String, Transform], b: |[String, Transform]): Function1[Double, String]

    Permalink
  55. def interpolateZoom(a: Tuple3[Double, Double, Double], b: Tuple3[Double, Double, Double]): Any

    Permalink
  56. var interpolators: Array[Function2[Any, Any, Function1[Double, Any]]]

    Permalink
  57. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Object
  59. def json(url: String, callback: Function2[Any, Any, Unit] = ???): Xhr

    Permalink
  60. def keys(object: AnyRef): Array[String]

    Permalink
  61. def lab: LabObject

    Permalink
  62. def layout: LayoutObject

    Permalink
  63. def locale(definition: LocaleDefinition): Locale

    Permalink
  64. def map[T](array: Array[T], key: Function2[T, Double, String]): Map[T]

    Permalink
  65. def map[T](object: Any): Map[T]

    Permalink
  66. def map[T](object: Dictionary[T]): Map[T]

    Permalink
  67. def map[T](object: Map[T]): Map[T]

    Permalink
  68. def map[T](): Map[T]

    Permalink
  69. def max[T, U <: Numeric](array: Array[T], accessor: Function2[T, Double, U]): U

    Permalink
  70. def max[T](array: Array[T], accessor: Function2[T, Double, String]): String

    Permalink
  71. def max[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  72. def max[T <: Numeric](array: Array[T]): T

    Permalink
  73. def max(array: Array[Double]): Double

    Permalink
  74. def maxString(array: Array[String]): String

    Permalink
  75. def mean[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  76. def mean(array: Array[Double]): Double

    Permalink
  77. def merge[T](arrays: Array[Array[T]]): Array[T]

    Permalink
  78. def min[T, U <: Numeric](array: Array[T], accessor: Function2[T, Double, U]): U

    Permalink
  79. def min[T](array: Array[T], accessor: Function2[T, Double, String]): String

    Permalink
  80. def min[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  81. def min[T <: Numeric](array: Array[T]): T

    Permalink
  82. def min(array: Array[Double]): Double

    Permalink
  83. def minString(array: Array[String]): String

    Permalink
  84. def mouse(container: EventTarget): Tuple2[Double, Double]

    Permalink
  85. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  86. def nest[T](): Nest[T]

    Permalink
  87. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  88. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  89. def ns: NsObject

    Permalink
  90. def pairs[T](array: Array[T]): Array[Tuple2[T, T]]

    Permalink
  91. def permute[T](object: Dictionary[T], keys: Array[String]): Array[T]

    Permalink
  92. def permute[T](array: Any, keys: Array[Double]): Array[T]

    Permalink
  93. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  94. def quantile(array: Array[Double], p: Double): Double

    Permalink
  95. def random: RandomObject

    Permalink
  96. def range(start: Double, stop: Double, step: Double = ???): Array[Double]

    Permalink
  97. def range(stop: Double): Array[Double]

    Permalink
  98. def rebind(target: Any, source: Any, names: String*): Dynamic

    Permalink
  99. def requote(string: String): String

    Permalink
  100. def rgb: RgbObject

    Permalink
  101. def round(x: Double, n: Double = ???): Double

    Permalink
  102. def scale: ScaleObject

    Permalink
  103. def select(node: EventTarget): Selection[EventTarget]

    Permalink
  104. def select(selector: String): Selection[EventTarget]

    Permalink
  105. def selectAll(nodes: Array[EventTarget]): Selection[EventTarget]

    Permalink
  106. def selectAll(selector: String): Selection[EventTarget]

    Permalink
  107. def selection(): Selection[Element]

    Permalink
  108. def set(array: Array[String]): Set

    Permalink
  109. def set(): Set

    Permalink
  110. def shuffle[T](array: Array[T], lo: Double, hi: Double): Array[T]

    Permalink
  111. def sum[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  112. def sum(array: Array[Double]): Double

    Permalink
  113. def svg: SvgObject

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

    Permalink
    Definition Classes
    AnyRef
  115. def text(url: String, callback: Function2[Any, String, Unit]): Xhr

    Permalink
  116. def text(url: String, mimeType: String = ???, callback: Function2[Any, String, Unit] = ???): Xhr

    Permalink
  117. def time: TimeObject

    Permalink
  118. def timer: TimerObject

    Permalink
  119. def timer(func: Function0[Any], delay: Double = ???, time: Double = ???): Unit

    Permalink
  120. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  121. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  122. def touch(container: EventTarget, touches: TouchList, identifer: Double): Tuple2[Double, Double]

    Permalink
  123. def touch(container: EventTarget, identifer: Double): Tuple2[Double, Double]

    Permalink
  124. def touches(container: EventTarget, touches: TouchList = ???): Array[Tuple2[Double, Double]]

    Permalink
  125. def transform(transform: String): Transform

    Permalink
  126. def transition(): Transition[Element]

    Permalink
  127. def transpose[T](matrix: Array[Array[T]]): Array[Array[T]]

    Permalink
  128. var tsv: Dsv

    Permalink
  129. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  130. def values(object: AnyRef): Array[Any]

    Permalink
  131. def values[T](object: Any): Array[T]

    Permalink
  132. def values[T](object: Dictionary[T]): Array[T]

    Permalink
  133. def variance[T](array: Array[T], accessor: Function2[T, Double, Double]): Double

    Permalink
  134. def variance(array: Array[Double]): Double

    Permalink
  135. var version: String

    Permalink
  136. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  139. def xhr(url: String, callback: Function2[Any, Any, Unit]): Xhr

    Permalink
  140. def xhr(url: String, mimeType: String = ???, callback: Function2[Any, Any, Unit] = ???): Xhr

    Permalink
  141. def xml(url: String, callback: Function2[Any, Any, Unit]): Xhr

    Permalink
  142. def xml(url: String, mimeType: String = ???, callback: Function2[Any, Any, Unit] = ???): Xhr

    Permalink
  143. def zip[T](arrays: Array[T]*): Array[Array[T]]

    Permalink

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped