Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
Cluster |
Layout.cluster()
Creates a new cluster 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.
|
Cluster |
Cluster.size(int width,
int height) |
Copyright © 2015 gwt-d3. All rights reserved.