Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
static Line.InterpolationMode |
Line.InterpolationMode.fromValue(String value) |
Line.InterpolationMode |
Line.interpolate()
Returns the current interpolation mode.
|
static Line.InterpolationMode |
Line.InterpolationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Line.InterpolationMode[] |
Line.InterpolationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Line |
Line.interpolate(Line.InterpolationMode i)
Set the current interpolation mode.
|
Copyright © 2015 gwt-d3. All rights reserved.