See: Description
Interface | Description |
---|---|
Interpolator<T> |
An interpolator is a function that maps a parametric value t in the domain [0,1] to a color, number or arbitrary value.
|
InterpolatorFactory<O> |
Represents an object that can create an
Interpolator . |
Class | Description |
---|---|
AbstractInterpolatorFactory<O> |
Use this class as a base class to create
InterpolatorFactory implementations that can be passed to D3.interpolators().push() . |
CallableInterpolator<T> |
An interpolator that can be passed to JSNI.
|
JavascriptFunctionInterpolator |
An interpolator used when the interpolation function is provided by JSNI.
|
JavascriptFunctionInterpolatorDecorator<T> | |
JSNIInterpolatorFactory<O> |
An interpolator factory returned by JSNI.
|
Copyright © 2015 gwt-d3. All rights reserved.