Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Diagonal |
SVG.diagonal()
Create a new default
Diagonal generator. |
Diagonal |
Diagonal.projection(DatumFunction<?> df)
|
Diagonal |
SVG.radialDiagonal()
Create a new default
Diagonal generator expressed in polar
coordinates. |
Diagonal |
Diagonal.source(Coords source)
Sets the source accessor to be constant.
|
Diagonal |
Diagonal.source(DatumFunction<?> df)
Sets the source accessor function.
|
Diagonal |
Diagonal.target(Coords target)
Sets the target accessor to be constant.
|
Diagonal |
Diagonal.target(DatumFunction<?> df)
Sets the target accessor function.
|
Copyright © 2015 gwt-d3. All rights reserved.