public class PieChart extends AbstractChart<PieChart>
| Constructor and Description |
|---|
PieChart() |
PieChart(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
PieChart |
addSeries(RatioSeries... series) |
PieChart |
doughnut() |
PieChart |
doughnut(int value) |
com.fasterxml.jackson.databind.node.ObjectNode |
getJsonConfiguration()
return common chart configuration
|
java.util.List<RatioSeries> |
getSeriesList() |
protected PieChart |
getThis() |
PieChart |
halfCut() |
boolean |
isDoughnut() |
boolean |
isHalfCut() |
boolean |
isShowLabel() |
boolean |
isShowPercent() |
boolean |
isShowValue() |
PieChart |
setDoughnut(boolean isDoughnut) |
PieChart |
setHalfCut(boolean halfCut) |
PieChart |
setSeriesList(java.util.List<RatioSeries> seriesList) |
PieChart |
showLabel() |
PieChart |
showPercent() |
PieChart |
showValue() |
addPattern, getChartTitle, getDefaultconfiguration, hideLegend, hideTitle, isAddPattern, isHideLegend, isHideTitle, setAddPattern, setChartTitle, setHideLegend, setHideTitleprotected PieChart getThis()
getThis in class AbstractChart<PieChart>public boolean isDoughnut()
public PieChart setDoughnut(boolean isDoughnut)
public PieChart doughnut()
public PieChart doughnut(int value)
public boolean isShowPercent()
public PieChart showPercent()
public boolean isShowValue()
public PieChart showValue()
public boolean isShowLabel()
public PieChart showLabel()
public boolean isHalfCut()
public PieChart setHalfCut(boolean halfCut)
public PieChart halfCut()
public PieChart addSeries(RatioSeries... series)
public java.util.List<RatioSeries> getSeriesList()
public PieChart setSeriesList(java.util.List<RatioSeries> seriesList)
public com.fasterxml.jackson.databind.node.ObjectNode getJsonConfiguration()
throws com.fasterxml.jackson.core.JsonProcessingException
AbstractChartgetJsonConfiguration in class AbstractChart<PieChart>ObjectNode configurationcom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2001-2017 Jalios SA. All Rights Reserved.