Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
RadialLine |
RadialLine.angle(DatumFunction<Double> callback)
Set the function used to compute angle coordinates of points generated by
this line generator.
|
RadialLine |
RadialLine.angle(double d)
Set the angle coordinates of points generated by this generator.
|
RadialLine |
SVG.radialLine()
Constructs a new radial line generator with the default radius- and
angle-accessor functions (that assume the input data is a two-element
array of numbers; see below for details), and linear interpolation.
|
RadialLine |
RadialLine.radius(DatumFunction<Double> callback)
Set the function used to compute radius coordinates of points generated
by this line generator.
|
RadialLine |
RadialLine.radius(double d)
Set the radius coordinates of points generated by this generator.
|
Copyright © 2015 gwt-d3. All rights reserved.