public class DonutChartModel extends ChartModel implements Serializable
| Constructor and Description |
|---|
DonutChartModel() |
DonutChartModel(List<Map<String,Number>> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCircle(Map<String,Number> circle) |
void |
clear() |
List<Map<String,Number>> |
getData() |
String |
getDataFormat() |
int |
getSliceMargin() |
boolean |
isFill() |
boolean |
isShowDataLabels() |
void |
setData(List<Map<String,Number>> data) |
void |
setDataFormat(String dataFormat) |
void |
setFill(boolean fill) |
void |
setShowDataLabels(boolean showDataLabels) |
void |
setSliceMargin(int sliceMargin) |
getExtender, getLegendCols, getLegendPosition, getLegendRows, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPosition, setLegendRows, setMouseoverHighlight, setSeriesColors, setShadow, setTitlepublic void clear()
public int getSliceMargin()
public void setSliceMargin(int sliceMargin)
public boolean isFill()
public void setFill(boolean fill)
public boolean isShowDataLabels()
public void setShowDataLabels(boolean showDataLabels)
public String getDataFormat()
public void setDataFormat(String dataFormat)
Copyright © 2014. All rights reserved.