Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
Tree<T> |
Tree.nodeSize(double width,
double height)
Sets a fixed size for each node.
|
Tree<T> |
Tree.separation(SeparationFunction<Tree.Node<T>> separation)
Uses the specified function to compute separation between neighboring
nodes.
|
Tree<T> |
Tree.size(double width,
double height)
Sets the available layout size.
|
<T> Tree<T> |
Layout.tree()
Creates a new tree layout with the default settings: the default sort
order is null; the default children accessor assumes each input data is
an object with a children array; the default separation function uses one
node width for siblings, and two node widths for non-siblings; the
default size is 1×1.
|
Copyright © 2016 gwt-d3. All Rights Reserved.