Package | Description |
---|---|
com.github.gwtd3.api.core |
Modifier and Type | Method and Description |
---|---|
UpdateSelection |
Selection.data(byte[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(byte[] array,
KeyFunction<?> keyFunction)
|
<T extends com.google.gwt.core.client.JavaScriptObject> |
Selection.data(DatumFunction<T> callback)
Joins each array returned by the specified function to a group of the
current selection, using the default by-index key mapping.
|
UpdateSelection |
Selection.data(double[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(double[] array,
KeyFunction<?> keyFunction)
|
UpdateSelection |
Selection.data(float[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(float[] array,
KeyFunction<?> keyFunction)
|
UpdateSelection |
Selection.data(int[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(int[] array,
KeyFunction<?> keyFunction)
|
UpdateSelection |
Selection.data(com.google.gwt.core.client.JavaScriptObject array)
Joins the specified array of values with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(com.google.gwt.core.client.JavaScriptObject array,
KeyFunction<?> keyFunction)
Same as
Selection.data(JavaScriptObject) but let the user control how to
map data to the selection. |
UpdateSelection |
Selection.data(List<?> list)
Same as #data(JavaScriptObject) for an
List of objects. |
UpdateSelection |
Selection.data(List<?> list,
KeyFunction<?> keyFunction)
Same as
Selection.data(JavaScriptObject, KeyFunction) for an List of objects. |
UpdateSelection |
Selection.data(long[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(long[] array,
KeyFunction<?> keyFunction)
|
UpdateSelection |
Selection.data(Object[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(Object[] array,
KeyFunction<?> keyFunction)
|
UpdateSelection |
Selection.data(short[] array)
Joins the specified array of data with the current selection using the
default by-index key mapping.
|
UpdateSelection |
Selection.data(short[] array,
KeyFunction<?> keyFunction)
|
Copyright © 2015 gwt-d3. All rights reserved.