Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.interpolators |
TODO: interpolator factory API is a work in progress.
|
Modifier and Type | Method and Description |
---|---|
static Array<InterpolatorFactory<?>> |
Interpolators.interpolators()
The array of built-in interpolator factories, as used by #interpolate().
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterpolatorFactory<O>
Use this class as a base class to create
InterpolatorFactory implementations that can be passed to D3.interpolators().push() . |
class |
JSNIInterpolatorFactory<O>
An interpolator factory returned by JSNI.
|
Copyright © 2015 gwt-d3. All rights reserved.