Interface | Description |
---|---|
ObjectAccessor<D,T> |
Class | Description |
---|---|
Color |
Constructing visualizations often involves working with colors.
|
EnteringSelection |
A selection returned by a call to
UpdateSelection.enter() . |
Formatter |
Allows a number to be formatted as a String.
|
HSLColor | |
Prefix |
A SI Prefix, as
returned by
D3#formatPrefix() |
Random |
A pseudorandom number generation function.
|
RGBColor |
A color defined by red, green and blue components.
|
Selection |
A selection is an array of elements pulled from the current document.
|
Transform |
A Transform is a representation of a SVG transform
attribute.
|
Transition |
A transition is a special type of selection where the operators apply
smoothly over time rather than instantaneously.
|
UpdateSelection |
The result of the
Selection.data() methods. |
Value |
Enum | Description |
---|---|
Transition.EventType |
Type of transition event.
|
Copyright © 2013 gwt-d3. All Rights Reserved.