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 |
---|---|
TreeLayout |
TreeLayout.separation(Sort sort)
Uses the specified function to compute separation between neighboring
nodes.
|
TreeLayout |
TreeLayout.sort(Sort sort)
Sets the sort order of sibling nodes for the layout using the specified
comparator function.
|
ChordLayout |
ChordLayout.sortSubgroups(Sort sort) |
Copyright © 2013 gwt-d3. All Rights Reserved.