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