public class Layout<L extends Layout<L>>
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Layout() |
Modifier and Type | Method and Description |
---|---|
ChordLayout |
chord() |
TreeLayout |
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.
|
public final ChordLayout chord()
public final TreeLayout tree()
Copyright © 2013 gwt-d3. All Rights Reserved.