GradientPaintScaleFactory

case class GradientPaintScaleFactory[T](gradient: Array[Color])(implicit view: ConversionOrSubtype[T, Double]) extends PaintScaleFactory[T]

Creates a GradientPaintScale from the min and max of a set of data points. bound are supplied.

trait Serializable
trait Product
trait Equals
trait Iterable[T] => PaintScale[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(items: Iterable[T]): PaintScale[T]
Definition Classes

Inherited methods

def andThen[A](g: PaintScale[T] => A): Iterable[T] => A
Inherited from:
Function1
def compose[A](g: A => Iterable[T]): A => PaintScale[T]
Inherited from:
Function1
Inherited from:
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1