| Package | Description |
|---|---|
| com.github.gwtd3.api.svg |
| Modifier and Type | Class and Description |
|---|---|
class |
RadialLine
A line generator where each points may be expressed as radial coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
Line.defined(DatumFunction<Boolean> callback)
Sets the function used to controls where the line is defined.
|
Line |
Area.defined(DatumFunction<Boolean> callback)
FIXME: D3 bug ???
|
Line |
Line.interpolate(Line.InterpolationMode i)
Set the current interpolation mode.
|
Line |
SVG.line()
Create a new default
Line generator. |
Line |
Line.tension(double tension)
Sets the Cardinal spline interpolation tension to the specified number in
the range [0, 1].
|
Line |
Line.x(DatumFunction<Double> callback)
Set the function used to compute x coordinates of points generated by
this line generator.
|
Line |
Line.x(double d)
Set the x coordinates of points generated by this generator.
|
Line |
Line.y(DatumFunction<Double> callback)
See
x(DatumFunction). |
Line |
Line.y(double d)
Set the y coordinates of points generated by this generator.
|
Copyright © 2015 gwt-d3. All rights reserved.