com.oxymel.ofc.charts.series
Class Point2DSeriesContainer
java.lang.Object
|
+--com.oxymel.ofc.charts.series.SeriesContainer
|
+--com.oxymel.ofc.charts.series.Point2DSeriesContainer
- Direct Known Subclasses:
- BubbleSeriesContainer
- public class Point2DSeriesContainer
- extends SeriesContainer
Manage all series of point 2D
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point2DSeriesContainer
public Point2DSeriesContainer()
addPoint2DSeries
public void addPoint2DSeries(Point2DSeries point2DSeries)
- add Point2D Series
- Parameters:
point2DSeries
- Point2D Series to add
getPoint2DSeries
public Point2DSeries getPoint2DSeries(java.lang.String seriesId)
- Get Point2D Series
- Parameters:
seriesId
- Series Id- Returns:
- Series with series Id
getYMaxOfAllSeries
public double getYMaxOfAllSeries()
throws OFCChartsException
- Get Y Max Of All Series
- Returns:
- Y Max Of All Series
- Throws:
OFCChartsException
-
getYMinOfAllSeries
public double getYMinOfAllSeries()
throws OFCChartsException
- Get Y Min Of All Series
- Returns:
- Y Min Of All Series
- Throws:
OFCChartsException
-
getXMaxOfAllSeries
public double getXMaxOfAllSeries()
throws OFCChartsException
- Get X Max Of All Series
- Returns:
- X Max Of All Series
- Throws:
OFCChartsException
-
getXMinOfAllSeries
public double getXMinOfAllSeries()
throws OFCChartsException
- Get X Min Of All Series
- Returns:
- X Min Of All Series
- Throws:
OFCChartsException
-
Copyright © 2005 Oxymel SA All Rights Reserved.