com.oxymel.ofc.charts.series
Class CategoryValueSeries
java.lang.Object
|
+--com.oxymel.ofc.charts.series.Series
|
+--com.oxymel.ofc.charts.series.CategoryValueSeries
- public class CategoryValueSeries
- extends Series
Manage series of category value
Constructor Summary |
CategoryValueSeries(java.lang.String id,
java.lang.String legendLabel)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryValueSeries
public CategoryValueSeries(java.lang.String id,
java.lang.String legendLabel)
- Constructor
- Parameters:
id
- Series idlegendLabel
- Title of series in legend
clone
public java.lang.Object clone()
- Get the clone
- Returns:
- the clone
addCategoryValue
public void addCategoryValue(CategoryValue categoryValue)
- Add a category value
- Parameters:
categoryValue
- Category value to add
getCategoryValue
public CategoryValue getCategoryValue(java.lang.String categoryId)
- Get CategoryValue associated to categoryId
- Parameters:
categoryId
- Category Id- Returns:
- Value associated to category
getCategoryValueAsDouble
public double getCategoryValueAsDouble(java.lang.String categoryId)
- Get Value associated to category
- Parameters:
categoryId
- Category Id- Returns:
- Value associated to category
getMaxValue
public double getMaxValue()
throws OFCChartsException
- Get max value of series
- Returns:
- Max value of series
- Throws:
OFCChartsException
-
getMinValue
public double getMinValue()
throws OFCChartsException
- Get min value of series
- Returns:
- Min value of series
- Throws:
OFCChartsException
-
Copyright © 2005 Oxymel SA All Rights Reserved.