Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Area |
SVG.area()
Create a new default
Area generator. |
Area |
Area.interpolate(Area.InterpolationMode i)
Set the current interpolation mode.
|
Area |
Area.tension(double tension)
Sets the Cardinal spline interpolation tension to the specified number in
the range [0, 1].
|
Area |
Area.x(DatumFunction<Double> callback)
Set the function used to compute x coordinates of points generated by
this area generator.
|
Area |
Area.x(double d)
Set the x coordinates of points generated by this generator.
|
Area |
Area.x0(DatumFunction<Double> callback) |
Area |
Area.x0(double d)
Set the x0 coordinates of points generated by this generator.
|
Area |
Area.x1(DatumFunction<Double> callback) |
Area |
Area.x1(double d)
Set the x1 coordinates of points generated by this generator.
|
Area |
Area.y(DatumFunction<Double> callback)
See
x(DatumFunction) . |
Area |
Area.y(double d)
Set the y coordinates of points generated by this generator.
|
Area |
Area.y0(DatumFunction<Double> callback)
See
y(DatumFunction) . |
Area |
Area.y0(double d)
Set the y0 coordinates of points generated by this generator.
|
Area |
Area.y1(DatumFunction<Double> callback)
See
y(DatumFunction) . |
Area |
Area.y1(double d)
Set the y1 coordinates of points generated by this generator.
|
Copyright © 2015 gwt-d3. All rights reserved.