|
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.series.SeriesContainer | +--com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Manage all series of category value
Constructor Summary | |
CategoryValueSeriesContainer()
Constructor |
Method Summary | |
void |
addCategory(Category category)
Add Category managed |
void |
addCategory(java.util.Enumeration enumAllCategories)
Add Category managed |
void |
addCategoryValueSeries(CategoryValueSeries categorieValueSeries)
Add Category Value Series |
java.lang.Object |
clone()
Get the clone |
java.util.Vector |
getAllCategoriesOrderByDisplayNumber()
Get Vector of all categories order by display number |
CategoryValueSeries |
getCategoryValueSeries(java.lang.String seriesId)
Get Category Value Series |
java.util.Enumeration |
getEnumAllCategoriesOrderByDisplayNumber()
Get enumeration of all categories order by display number |
double |
getMaxPositiveSumCategoryValue()
Get Max Positive Sum of all values one category |
double |
getMaxSumCategoryValue()
Get Max Sum of all values one category |
double |
getMaxValueOfAllSeries()
Get Max Value Of All Series |
double |
getMinNegativeSumCategoryValue()
Get Min Negative Sum of all values one category |
double |
getMinSumCategoryValue()
Get Min Sum of all values one category |
double |
getMinValueOfAllSeries()
Get Min Value Of All Series |
int |
getNbCategories()
Get the number of categories |
double |
getNegativeSumCategoryValue(java.lang.String categoryId)
Get Negative Sum of all values one category |
double |
getPositiveSumCategoryValue(java.lang.String categoryId)
Get Positive Sum of all values one category |
double |
getSumCategoryValue(java.lang.String categoryId)
Get Sum of all values one category |
void |
moveDataBack(double newValueAddAtEnd)
Move data back. |
void |
moveDataBackCircular()
Move data back. |
void |
moveDataForward(double newValueAddAtStart)
Move data forward. |
void |
moveDataForwardCircular()
Move data forward. |
Methods inherited from class com.oxymel.ofc.charts.series.SeriesContainer |
getAllSeriesOrderByDisplayNumber, getAllSeriesOrderByReverseDisplayNumber, getEnumAllSeries, getEnumAllSeriesOrderByDisplayNumber, getEnumAllSeriesOrderByReverseDisplayNumber, getNbSeries |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryValueSeriesContainer()
Method Detail |
public java.lang.Object clone()
public int getNbCategories()
public void moveDataBackCircular()
public void moveDataBack(double newValueAddAtEnd)
public void moveDataForwardCircular()
public void moveDataForward(double newValueAddAtStart)
public void addCategory(Category category)
category
- Category to addpublic void addCategory(java.util.Enumeration enumAllCategories)
enumAllCategories
- Enumeration of all categories to addpublic void addCategoryValueSeries(CategoryValueSeries categorieValueSeries)
categorieValueSeries
- Category Value Series to addpublic CategoryValueSeries getCategoryValueSeries(java.lang.String seriesId)
seriesId
- Id series to getpublic double getMaxValueOfAllSeries() throws OFCChartsException
OFCChartsException
- public double getMinValueOfAllSeries() throws OFCChartsException
OFCChartsException
- public double getSumCategoryValue(java.lang.String categoryId)
categoryId
- Category Idpublic double getMaxSumCategoryValue() throws OFCChartsException
OFCChartsException
- public double getMinSumCategoryValue() throws OFCChartsException
OFCChartsException
- public double getPositiveSumCategoryValue(java.lang.String categoryId)
categoryId
- Category Idpublic double getMaxPositiveSumCategoryValue() throws OFCChartsException
OFCChartsException
- public double getNegativeSumCategoryValue(java.lang.String categoryId)
categoryId
- Category Idpublic double getMinNegativeSumCategoryValue() throws OFCChartsException
OFCChartsException
- public java.util.Enumeration getEnumAllCategoriesOrderByDisplayNumber()
public java.util.Vector getAllCategoriesOrderByDisplayNumber()
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |