public static final class Interpolator.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
build()
Return a newly created
Interpolator. |
Interpolator.Builder |
decreasingX()
Indicate if the x-values to be interpolated are decreasing.
|
Interpolator.Builder |
logx()
Indicate that interpolation should be performed in y-value log space.
|
Interpolator.Builder |
logy()
Indicate that interpolation should be performed in y-value log space.
|
public Interpolator.Builder logx()
public Interpolator.Builder logy()
public Interpolator.Builder decreasingX()
public Interpolator build()
Interpolator.