|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
public class PieChartConfig
The pie chart property lets you control a variety of functional elements on the chart with {link org.zkoss.zul.PieModel}.
All property of chart, please refer to the following reference document.
Field Summary | |
---|---|
static java.lang.String |
CATEGORY_PROPERTY_COLOR
Properties key used in Category Properties. |
static java.lang.String |
CATEGORY_PROPERTY_IS_SLICED
Properties key used in Category Properties. |
static java.lang.String |
PROPERTY_PIE_BORDER_COLOR
|
Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig |
---|
props |
Constructor Summary | |
---|---|
PieChartConfig()
|
Method Summary | |
---|---|
CategoriesPropertiesMap |
getCategoryPropertiesMap()
Return the category config. |
int |
getPieFillAlpha()
Returns the alpha for all the pies on the chart. |
void |
setPieFillAlpha(int pieFillAlpha)
Sets the alpha for all the pies on the chart. |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig |
---|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTY_PIE_BORDER_COLOR
public static java.lang.String CATEGORY_PROPERTY_COLOR
public static java.lang.String CATEGORY_PROPERTY_IS_SLICED
Constructor Detail |
---|
public PieChartConfig()
Method Detail |
---|
public int getPieFillAlpha()
public void setPieFillAlpha(int pieFillAlpha)
pieFillAlpha
- public CategoriesPropertiesMap getCategoryPropertiesMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |