public class RadialLine extends Line
Line.InterpolationMode| Modifier | Constructor and Description |
|---|---|
protected |
RadialLine() |
| Modifier and Type | Method and Description |
|---|---|
RadialLine |
angle(DatumFunction<Double> callback)
Set the function used to compute angle coordinates of points generated by
this line generator.
|
RadialLine |
angle(double d)
Set the angle coordinates of points generated by this generator.
|
RadialLine |
radius(DatumFunction<Double> callback)
Set the function used to compute radius coordinates of points generated
by this line generator.
|
RadialLine |
radius(double d)
Set the radius coordinates of points generated by this generator.
|
defined, interpolate, interpolate, tension, tension, x, x, y, ygenerate, generate, generate, generatepublic final RadialLine radius(double d)
d - the radiuspublic final RadialLine radius(DatumFunction<Double> callback)
The default accessor assumes that each input element is a two-element array of numbers.
datumFunction - public final RadialLine angle(double d)
d - the anglepublic final RadialLine angle(DatumFunction<Double> callback)
The default accessor assumes that each input element is a two-element array of numbers.
datumFunction - Copyright © 2015 gwt-d3. All rights reserved.