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, waitgetBackgroundColorAsString, getBorderColorAsString, getBorderWidthpublic BorderAlign getBorderAlign()
IsDefaultArcgetBorderAlign in interface IsDefaultArcpublic double getWeight()
IsDefaultArcgetWeight in interface IsDefaultArcpublic double getAngle()
IsDefaultArcgetAngle in interface IsDefaultArcpublic final String getBackgroundColorAsString()
IsDefaultOptionsElementgetBackgroundColorAsString in interface IsDefaultOptionsElementpublic final int getBorderWidth()
IsDefaultOptionsElementgetBorderWidth in interface IsDefaultOptionsElementpublic final String getBorderColorAsString()
IsDefaultOptionsElementgetBorderColorAsString in interface IsDefaultOptionsElement