public static class HierarchicalLayout.Node extends Node
Tree, cluster, and
partitions. The class provides accessors for the nodes key attributes, its
position, children, parent, and depth.| Modifier | Constructor and Description |
|---|---|
protected |
HierarchicalLayout.Node() |
| Modifier and Type | Method and Description |
|---|---|
Array<HierarchicalLayout.Node> |
children() |
double |
depth() |
HierarchicalLayout.Node |
parent() |
public final Array<HierarchicalLayout.Node> children()
Node objects or nullpublic final HierarchicalLayout.Node parent()
public final double depth()
Copyright © 2015 gwt-d3. All rights reserved.