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 |
---|---|
Transition |
Transition.call(IsFunction jsFunction)
Invokes the specified function once, passing in the current transition as
a single parameter.
|
Selection |
EnteringSelection.call(IsFunction jsFunction)
Invokes the specified function once, passing in the current selection 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
Generates path data for a closed piecewise linear curve, or polygon, as in an
area chart:
![]() |
class |
Axis
D3’s axis component displays reference lines for
Scale s
automatically. |
class |
Brush |
class |
Chord
Constructs a new chord generator with the default accessor functions (that
assume the input data is an object with named attributes matching the
accessors; see below for details).
|
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. |
Modifier and Type | Method and Description |
---|---|
IsFunction |
Brush.event()
Same as
Brush.event(Selection) or Brush.event(Transition) ,
but allows the use of EnteringSelection.call(IsFunction) . |
Copyright © 2015 gwt-d3. All rights reserved.