| Package | Description |
|---|---|
| com.github.gwtd3.api | |
| com.github.gwtd3.api.layout |
| Modifier and Type | Method and Description |
|---|---|
static Layout<?> |
D3.layout() |
| Modifier and Type | Class and Description |
|---|---|
class |
Layout<L extends Layout<L>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChordLayout |
class |
TreeLayout
Per the d3 API
reference, the tree layout produces tidy node-link diagrams of trees
using the Reingold–Tilford “tidy” algorithm.
|
Copyright © 2013 gwt-d3. All Rights Reserved.