| Package | Description |
|---|---|
| com.github.gwtd3.api | |
| com.github.gwtd3.api.layout |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Arrays.ascending()
Compare two values for sorting.
|
static Sort |
Arrays.descending()
Compare two values for sorting.
|
| Modifier and Type | Method and Description |
|---|---|
Tree |
Tree.separation(Sort sort)
Uses the specified function to compute separation between neighboring
nodes.
|
Tree |
Tree.sort(Sort sort)
Sets the sort order of sibling nodes for the layout using the specified
comparator function.
|
Chord |
Chord.sortSubgroups(Sort sort) |
Copyright © 2015 gwt-d3. All rights reserved.