| Package | Description |
|---|---|
| com.github.gwtd3.api | |
| com.github.gwtd3.api.core | |
| com.github.gwtd3.api.svg |
| Class and Description |
|---|
| SVG
Provide access to svg routines.
|
| Class and Description |
|---|
| 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 and Description |
|---|
| Arc
A generator to create an arc by defining the inner radius, the outer radius, the start angle, and the end angle.
|
| Area |
| Area.InterpolationMode |
| Axis
D3’s axis component displays reference lines for
Scales
automatically. |
| Axis.Orientation
Orientation of the ticks in relation to the axis.
|
| Brush |
| Brush.BrushEvent |
| Chord |
| Diagonal
Diagonal generator.
|
| Line
Generate a piecewise linear curve, as in a line chart.
|
| Line.InterpolationMode
Interpolation mode to be specified in
Line.interpolate(InterpolationMode). |
| Lines
Factory class for lines.
|
| 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. |
| RadialLine
A line generator where each points may be expressed as radial coordinates.
|
| Symbol
A
PathDataGenerator generating symbols shapes. |
| Symbol.Type
Shape of the symbol.
|
Copyright © 2013 gwt-d3. All rights reserved.