com.oxymel.ofc.charts.series
Class Point2DSeries
java.lang.Object
|
+--com.oxymel.ofc.charts.series.Series
|
+--com.oxymel.ofc.charts.series.Point2DSeries
- Direct Known Subclasses:
- BubbleSeries
- public class Point2DSeries
- extends Series
Manage series of point 2D
Constructor Summary |
Point2DSeries(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 |
Point2DSeries
public Point2DSeries(java.lang.String id,
java.lang.String legendLabel)
- Constructor
- Parameters:
id
- Series IdlegendLabel
- Title of series in legend
addPoint2D
public void addPoint2D(Point2D point)
- Add point 2D
- Parameters:
point
- Point2D to add
getEnumAllPoint2D
public java.util.Enumeration getEnumAllPoint2D()
- Get enumeration of all point 2D
- Returns:
- all Point2D
getNbValue
public int getNbValue()
- Get number of point 2D
- Returns:
- Number of point2D
getYMax
public double getYMax()
throws OFCChartsException
- Get Y max of all point 2D
- Returns:
- Y max of all point
- Throws:
OFCChartsException
-
getYMin
public double getYMin()
throws OFCChartsException
- Get Y min of all point 2D
- Returns:
- Y min of all point
- Throws:
OFCChartsException
-
getXMax
public double getXMax()
throws OFCChartsException
- Get X max of all point 2D
- Returns:
- X max of all point
- Throws:
OFCChartsException
-
getXMin
public double getXMin()
throws OFCChartsException
- Get X min of all point 2D
- Returns:
- X min of all point
- Throws:
OFCChartsException
-
Copyright © 2005 Oxymel SA All Rights Reserved.