object ColorMap extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorMap
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Options(classBoundaryType: ClassBoundaryType = LessThanOrEqualTo, noDataColor: Int = 0x00000000, fallbackColor: Int = 0x00000000, strict: Boolean = false) extends Product with Serializable

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(breaks: Vector[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
  5. def apply(breaks: Vector[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
  6. def apply(breaks: Array[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
  7. def apply(breaks: Array[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
  8. def apply(breaks: Vector[Int], colorRamp: ColorRamp, options: Options): ColorMap
  9. def apply(breaks: Vector[Int], colorRamp: ColorRamp): ColorMap
  10. def apply(breaks: Array[Int], colorRamp: ColorRamp, options: Options): ColorMap
  11. def apply(breaks: Array[Int], colorRamp: ColorRamp): ColorMap
  12. def apply(breaksToColors: Map[Double, Int], options: Options)(implicit d: DummyImplicit): ColorMap
  13. def apply(breaksToColors: Map[Double, Int])(implicit d: DummyImplicit): ColorMap
  14. def apply(breaksToColors: (Double, Int)*)(implicit d: DummyImplicit): ColorMap
  15. def apply(breaksToColors: Map[Int, Int], options: Options): ColorMap
  16. def apply(breaksToColors: Map[Int, Int]): ColorMap
  17. def apply(breaksToColors: (Int, Int)*): ColorMap
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fromQuantileBreaks(histogram: histogram.Histogram[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
  24. def fromQuantileBreaks(histogram: histogram.Histogram[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
  25. def fromQuantileBreaks(histogram: histogram.Histogram[Int], colorRamp: ColorRamp, options: Options): ColorMap
  26. def fromQuantileBreaks(histogram: histogram.Histogram[Int], colorRamp: ColorRamp): ColorMap
  27. def fromString(str: String): Option[ColorMap]

    Parse an integer color map from a string of value:color;value:color;...

  28. def fromStringDouble(str: String): Option[ColorMap]

    Parse an integer color map from a string of value:color;value:color;...

  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. object Options extends Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped