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
Function1

Inherited methods

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