Trait

org.singlespaced.d3js.behavior

Zoom

Related Doc: package behavior

Permalink

trait Zoom[Datum] extends Function with Function1[Selection[Datum], Unit]

Annotations
@RawJSType() @native()
Linear Supertypes
Function1[Selection[Datum], Unit], Function, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Zoom
  2. Function1
  3. Function
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(arg1: Selection[Datum]): Unit

    Permalink
    Definition Classes
    Function1

Concrete 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 bind(thisArg: Any, argArray: Any*): Dynamic

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

    Permalink
    Definition Classes
    Function
  7. def center(center: Tuple2[Double, Double]): Zoom[Datum]

    Permalink
  8. def center(): Tuple2[Double, Double]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def event(transition: Transition[Datum]): Unit

    Permalink
  13. def event(selection: Selection[Datum]): Unit

    Permalink
  14. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Object
  20. val length: Int

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def on(type: String, listener: Function2[Datum, Double, Any]): Zoom[Datum]

    Permalink
  25. def on(type: String): Function2[Datum, Double, Any]

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

    Permalink
    Definition Classes
    Object
  27. def scale(scale: Double): Zoom[Datum]

    Permalink
  28. def scale(): Double

    Permalink
  29. def scaleExtent(extent: Tuple2[Double, Double]): Zoom[Datum]

    Permalink
  30. def scaleExtent(): Tuple2[Double, Double]

    Permalink
  31. def size(size: Tuple2[Double, Double]): Zoom[Datum]

    Permalink
  32. def size(): Tuple2[Double, Double]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toLocaleString(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def translate(translate: Tuple2[Double, Double]): Zoom[Datum]

    Permalink
  37. def translate(): Tuple2[Double, Double]

    Permalink
  38. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def x[S <: BaseScale[_, _, S]](x: S): Zoom[Datum]

    Permalink
  43. def x(): Scale

    Permalink
  44. def y[S <: BaseScale[_, _, S]](x: S): Zoom[Datum]

    Permalink
  45. def y(): Scale

    Permalink

Inherited from Function1[Selection[Datum], Unit]

Inherited from Function

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped