|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.Chart | +--com.oxymel.ofc.charts.PieChart
PieChart is a subclass of the Chart class dedicated to the pie graphics
Fields inherited from class com.oxymel.ofc.charts.Chart |
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE |
Constructor Summary | |
PieChart(int chartWidth,
int chartHeight,
ValueSeriesContainer valueSeriesContainer)
Constructor. |
Method Summary | |
void |
setCategoryValueSeriesContainer(ValueSeriesContainer valueSeriesContainer)
Replaces the data used to draw the pie by another data container |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PieChart(int chartWidth, int chartHeight, ValueSeriesContainer valueSeriesContainer)
chartWidth
- chartHeight
- categoryValueSeriesContainer
- All series of couple category-valueMethod Detail |
public void setCategoryValueSeriesContainer(ValueSeriesContainer valueSeriesContainer)
categoryValueSeriesContainer
- All series of couple category-value
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |