Object/Trait

geotrellis.raster.render

ColorMap

Related Docs: trait ColorMap | package render

Permalink

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

    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. object Options extends Serializable

    Permalink
  5. def apply(breaks: Vector[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap

    Permalink
  6. def apply(breaks: Vector[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap

    Permalink
  7. def apply(breaks: Array[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap

    Permalink
  8. def apply(breaks: Array[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap

    Permalink
  9. def apply(breaks: Vector[Int], colorRamp: ColorRamp, options: Options): ColorMap

    Permalink
  10. def apply(breaks: Vector[Int], colorRamp: ColorRamp): ColorMap

    Permalink
  11. def apply(breaks: Array[Int], colorRamp: ColorRamp, options: Options): ColorMap

    Permalink
  12. def apply(breaks: Array[Int], colorRamp: ColorRamp): ColorMap

    Permalink
  13. def apply(breaksToColors: Map[Double, Int], options: Options)(implicit d: DummyImplicit): ColorMap

    Permalink
  14. def apply(breaksToColors: Map[Double, Int])(implicit d: DummyImplicit): ColorMap

    Permalink
  15. def apply(breaksToColors: (Double, Int)*)(implicit d: DummyImplicit): ColorMap

    Permalink
  16. def apply(breaksToColors: Map[Int, Int], options: Options): ColorMap

    Permalink
  17. def apply(breaksToColors: Map[Int, Int]): ColorMap

    Permalink
  18. def apply(breaksToColors: (Int, Int)*): ColorMap

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromQuantileBreaks(histogram: Histogram[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap

    Permalink
  25. def fromQuantileBreaks(histogram: Histogram[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap

    Permalink
  26. def fromQuantileBreaks(histogram: Histogram[Int], colorRamp: ColorRamp, options: Options): ColorMap

    Permalink
  27. def fromQuantileBreaks(histogram: Histogram[Int], colorRamp: ColorRamp): ColorMap

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

    Permalink

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

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

    Permalink

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

  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped