public final class DefaultArc extends Object implements IsDefaultArc
Constructor and Description |
---|
DefaultArc()
Creates a defualt arc
|
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Returns the arc angle to cover.
|
String |
getBackgroundColorAsString()
Returns the background color.
|
BorderAlign |
getBorderAlign()
Returns the property to set the border alignment on chart datasets.
|
String |
getBorderColorAsString()
Returns the border color.
|
int |
getBorderWidth()
Returns the border width.
|
double |
getWeight()
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackgroundColorAsString, getBorderColorAsString, getBorderWidth
public BorderAlign getBorderAlign()
IsDefaultArc
getBorderAlign
in interface IsDefaultArc
public double getWeight()
IsDefaultArc
getWeight
in interface IsDefaultArc
public double getAngle()
IsDefaultArc
getAngle
in interface IsDefaultArc
public final String getBackgroundColorAsString()
IsDefaultOptionsElement
getBackgroundColorAsString
in interface IsDefaultOptionsElement
public final int getBorderWidth()
IsDefaultOptionsElement
getBorderWidth
in interface IsDefaultOptionsElement
public final String getBorderColorAsString()
IsDefaultOptionsElement
getBorderColorAsString
in interface IsDefaultOptionsElement