OFC Charts 3.1


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


Constructor Summary
Point2DSeriesContainer()
           
 
Method Summary
 void addPoint2DSeries(Point2DSeries point2DSeries)
          add Point2D Series
 Point2DSeries getPoint2DSeries(java.lang.String seriesId)
          Get Point2D Series
 double getXMaxOfAllSeries()
          Get X Max Of All Series
 double getXMinOfAllSeries()
          Get X Min Of All Series
 double getYMaxOfAllSeries()
          Get Y Max Of All Series
 double getYMinOfAllSeries()
          Get Y Min Of All Series
 
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

Point2DSeriesContainer

public Point2DSeriesContainer()
Method Detail

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 -  

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.