public class PieChartModel extends ChartModel implements Serializable
| Constructor and Description |
|---|
PieChartModel() |
PieChartModel(Map<String,Number> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Map<String,Number> |
getData() |
String |
getDataFormat() |
int |
getDiameter() |
int |
getSliceMargin() |
boolean |
isFill() |
boolean |
isShowDataLabels() |
void |
set(String category,
Number data) |
void |
setData(Map<String,Number> data) |
void |
setDataFormat(String dataFormat) |
void |
setDiameter(int diameter) |
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 getDiameter()
public void setDiameter(int diameter)
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.