fr.iscpif.scaladget.mapping.Scale

QuantitiveScale

Related Doc: package Scale

trait QuantitiveScale extends Object with Scale

Annotations
@RawJSType()
Linear Supertypes
Scale, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QuantitiveScale
  2. Scale
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def apply(value: Double): Double

  5. def apply(value: Any): Dynamic

    Definition Classes
    Scale
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clamp(clamp: Boolean): QuantitiveScale

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(): QuantitiveScale

    Definition Classes
    QuantitiveScaleScale
  10. def domain(): Array[Any]

    Definition Classes
    QuantitiveScaleScale
  11. def domain(values: Array[Any]): QuantitiveScale

    Definition Classes
    QuantitiveScaleScale
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Object
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def interpolate(factory: Interpolate): QuantitiveScale

  19. def interpolate(): Interpolate

  20. def invert(value: Double): Double

  21. def invertExtent(y: Any): Array[Any]

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

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

    Definition Classes
    Object
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def nice(count: Double = js.native): QuantitiveScale

  26. final def notify(): Unit

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

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

    Definition Classes
    Object
  29. def range(): Array[Any]

    Definition Classes
    QuantitiveScaleScale
  30. def range(values: Array[Any]): QuantitiveScale

    Definition Classes
    QuantitiveScaleScale
  31. var rangeRound: Function1[Array[Any], QuantitiveScale]

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

    Definition Classes
    AnyRef
  33. def tickFormat(count: Double): Function1[Double, String]

  34. def ticks(count: Double): Array[Any]

  35. def toLocaleString(): String

    Definition Classes
    Object
  36. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Scale

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped