public interface InterpolatorFactory<O>
Interpolator
.
A factory should return null when no interpolators support the input arguments.
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
asJSOFunction()
Return a one-arg JS function wrapping the interpolation.
|
<I> Interpolator<O> |
create(I a,
I b)
Create an interpolator appropriate for interpolating the input value, or return null if the factory does not support the two
specified input values.
|
<I> Interpolator<O> create(I a, I b)
a
- the start input paramb
- the end input paramcom.google.gwt.core.client.JavaScriptObject asJSOFunction()
Consider using CallableInterpolator
for your own interpolation.
Copyright © 2015 gwt-d3. All rights reserved.