public class SliceStyle extends Object
RadPieChartView
,
PieSeries
Constructor and Description |
---|
SliceStyle() |
Modifier and Type | Method and Description |
---|---|
int |
getArcColor()
Gets the value of the color that will be used for the arc that
will be drawn around a slice of pie.
|
float |
getArcWidth()
Gets the value of the width of the arc that will be drawn around a slice of pie.
|
int |
getFillColor()
Gets the value of the color that will be used to fill a slice of pie.
|
int |
getStrokeColor()
Gets the value of the color that will be used for the stroke a slice of pie.
|
float |
getStrokeWidth()
Gets the value of the width of the stroke that will be drawn around a slice of pie.
|
void |
setArcColor(int arcColor)
Registers the color that will be used for the arc that
will be drawn around a slice of pie.
|
void |
setArcWidth(float arcWidth)
Registers the width of the arc that will be drawn around a slice of pie.
|
void |
setFillColor(int fillColor)
Registers the color that will be used for the fill of a slice of pie.
|
void |
setStrokeColor(int strokeColor)
Registers the color that will be used for the stroke of a slice of pie.
|
void |
setStrokeWidth(float strokeWidth)
Registers the width of the stroke that will be drawn around a slice of pie.
|
public int getFillColor()
public void setFillColor(int fillColor)
fillColor
- the value of the fill colorpublic int getStrokeColor()
public void setStrokeColor(int strokeColor)
strokeColor
- the value of the stroke colorpublic float getStrokeWidth()
0
, but then the stroke will not be visible.public void setStrokeWidth(float strokeWidth)
0
, the stroke will not be visible.strokeWidth
- the value of the stroke widthpublic int getArcColor()
public void setArcColor(int arcColor)
arcColor
- the value of the arc colorpublic float getArcWidth()
0
, then the arc will not be visible.
If both arc and stroke are visible the arc is drawn inside the stroke.public void setArcWidth(float arcWidth)
0
, the arc will not be visible.
If both arc and stroke are visible the arc is drawn inside the stroke.arcWidth
- the value of the arc width