public class Cluster extends HierarchicalLayout
For example, a cluster layout can be used to organize software classes in a
package hierarchy:
Like other classes in D3, layouts follow the method chaining pattern where setter methods return the layout itself, allowing multiple setters to be invoked in a concise statement.
HierarchicalLayout.Node
Modifier | Constructor and Description |
---|---|
protected |
Cluster() |
Modifier and Type | Method and Description |
---|---|
Cluster |
size(int width,
int height) |
links, nodes
public final Cluster size(int width, int height)
Copyright © 2015 gwt-d3. All rights reserved.