Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Chord |
SVG.chord()
Create a new default
Chord generator. |
Chord |
Chord.endAngle(DatumFunction<Double> accessor)
Set the end angle accessor.
|
Chord |
Chord.endAngle(double endAngle)
Set the end angle as a constant in radians.
|
Chord |
Chord.radius(DatumFunction<Double> accessor)
Set the radius accessor.
|
Chord |
Chord.radius(double radius)
Set the radius as a constant.
|
Chord |
Chord.source(DatumFunction<?> accessor)
Set the source accessor.
|
Chord |
Chord.startAngle(DatumFunction<Double> accessor)
Set the start angle accessor.
|
Chord |
Chord.startAngle(double startAngle)
Set the start angle as a constant in radians.
|
Chord |
Chord.target(DatumFunction<?> accessor)
Set the target accessor.
|
Copyright © 2015 gwt-d3. All rights reserved.