Package | Description |
---|---|
com.github.gwtd3.api.behaviour | |
com.github.gwtd3.api.core | |
com.github.gwtd3.api.svg |
Modifier and Type | Class and Description |
---|---|
class |
Drag
This behavior automatically creates event listeners to handle drag gestures
on an element.
|
class |
Zoom |
Modifier and Type | Class and Description |
---|---|
class |
Formatter
Allows a number to be formatted as a String.
|
Modifier and Type | Method and Description |
---|---|
Selection |
EnteringSelection.call(IsFunction jsFunction)
Invokes the specified function once, passing in the current selection as
a single parameter.
|
Transition |
Transition.call(IsFunction jsFunction)
Invokes the specified function once, passing in the current transition as
a single parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
A generator to create an arc by defining the inner radius, the outer radius, the start angle, and the end angle.
|
class |
Area |
class |
Axis
D3’s axis component displays reference lines for
Scale s
automatically. |
class |
Brush |
class |
Chord |
class |
Diagonal
Diagonal generator.
|
class |
Line
Generate a piecewise linear curve, as in a line chart.
|
class |
PathDataGenerator
A
PathDataGenerator is an object containing information to simplify
the construction of the d attribute for SVG path
element, allowing users to generate complex shapes. |
class |
RadialLine
A line generator where each points may be expressed as radial coordinates.
|
class |
Symbol
A
PathDataGenerator generating symbols shapes. |
Copyright © 2013 gwt-d3. All Rights Reserved.