Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Arc |
SVG.arc()
Create a new arc generator with default accessor functions.
|
static Arc |
Arc.constantArc()
Create an instance of
Arc with all properties initialized to 0. |
static Arc |
Arc.copy(Arc oldArc)
Create a new arc with properties initialized with the given arc
|
Arc |
Arc.endAngle(double endAngle)
Set the end angle in radians of the Arc.
|
Arc |
Arc.innerRadius(double innerRadius)
Set the inner radius of the Arc.
|
Arc |
Arc.outerRadius(double outerRadius)
Set the outerRadius of the Arc.
|
Arc |
Arc.setOrInvokeSetter(String propName,
double value) |
Arc |
Arc.startAngle(double startAngle)
Set the start angle in radians of the Arc.
|
Modifier and Type | Method and Description |
---|---|
static Arc |
Arc.copy(Arc oldArc)
Create a new arc with properties initialized with the given arc
|
Copyright © 2015 gwt-d3. All rights reserved.