object ColorMap extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColorMap
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Options(classBoundaryType: ClassBoundaryType = LessThanOrEqualTo, noDataColor: Int = 0x00000000, fallbackColor: Int = 0x00000000, strict: Boolean = false) extends Product with Serializable
Value Members
- def apply(breaks: Vector[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
- def apply(breaks: Vector[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
- def apply(breaks: Array[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
- def apply(breaks: Array[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
- def apply(breaks: Vector[Int], colorRamp: ColorRamp, options: Options): ColorMap
- def apply(breaks: Vector[Int], colorRamp: ColorRamp): ColorMap
- def apply(breaks: Array[Int], colorRamp: ColorRamp, options: Options): ColorMap
- def apply(breaks: Array[Int], colorRamp: ColorRamp): ColorMap
- def apply(breaksToColors: Map[Double, Int], options: Options)(implicit d: DummyImplicit): ColorMap
- def apply(breaksToColors: Map[Double, Int])(implicit d: DummyImplicit): ColorMap
- def apply(breaksToColors: (Double, Int)*)(implicit d: DummyImplicit): ColorMap
- def apply(breaksToColors: Map[Int, Int], options: Options): ColorMap
- def apply(breaksToColors: Map[Int, Int]): ColorMap
- def apply(breaksToColors: (Int, Int)*): ColorMap
- def fromQuantileBreaks(histogram: histogram.Histogram[Double], colorRamp: ColorRamp, options: Options)(implicit d: DummyImplicit): ColorMap
- def fromQuantileBreaks(histogram: histogram.Histogram[Double], colorRamp: ColorRamp)(implicit d: DummyImplicit): ColorMap
- def fromQuantileBreaks(histogram: histogram.Histogram[Int], colorRamp: ColorRamp, options: Options): ColorMap
- def fromQuantileBreaks(histogram: histogram.Histogram[Int], colorRamp: ColorRamp): ColorMap
-
def
fromString(str: String): Option[ColorMap]
Parse an integer color map from a string of value:color;value:color;...
-
def
fromStringDouble(str: String): Option[ColorMap]
Parse an integer color map from a string of value:color;value:color;...
- object Options extends Serializable