Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.arrays | |
com.github.gwtd3.api.behaviour | |
com.github.gwtd3.api.core | |
com.github.gwtd3.api.dsv | |
com.github.gwtd3.api.functions | |
com.github.gwtd3.api.interpolators |
TODO: interpolator factory API is a work in progress.
|
com.github.gwtd3.api.layout | |
com.github.gwtd3.api.scales | |
com.github.gwtd3.api.svg | |
com.github.gwtd3.api.time | |
com.github.gwtd3.api.tweens |
Class and Description |
---|
Color
Constructing visualizations often involves working with colors.
|
Formatter
Allows a number to be formatted as a String.
|
HSLColor |
ObjectAccessor |
Prefix
A SI Prefix, as
returned by
D3#formatPrefix()
Example:
var prefix = d3.formatPrefix(1.21e9);
console.log(prefix.symbol);
console.log(prefix.scale(1.21e9)); // 1.21
|
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.
|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Selection
A selection is an array of elements pulled from the current document.
|
Transition
A transition is a special type of selection where the operators apply
smoothly over time rather than instantaneously.
|
Class and 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 |
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.
|
Transition.EventType
Type of transition event.
|
UpdateSelection
The result of the
Selection.data() methods. |
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
ObjectAccessor |
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Selection
A selection is an array of elements pulled from the current document.
|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Formatter
Allows a number to be formatted as a String.
|
Value
A
Value is an object wrapping a primitive or a complex value. |
Class and Description |
---|
Formatter
Allows a number to be formatted as a String.
|
Selection
A selection is an array of elements pulled from the current document.
|
Transition
A transition is a special type of selection where the operators apply
smoothly over time rather than instantaneously.
|
Class and Description |
---|
Formatter
Allows a number to be formatted as a String.
|
Class and Description |
---|
Value
A
Value is an object wrapping a primitive or a complex value. |
Copyright © 2015 gwt-d3. All rights reserved.