OFC Charts 3.1


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


Fields inherited from class com.oxymel.ofc.charts.series.Series
INDICATOR_TYPE_CIRCLE, INDICATOR_TYPE_SQUARE, INDICATOR_TYPE_TRIANGLE, NO_INDICATOR_TYPE
 
Constructor Summary
Point2DSeries(java.lang.String id, java.lang.String legendLabel)
          Constructor
 
Method Summary
 void addPoint2D(Point2D point)
          Add point 2D
 java.util.Enumeration getEnumAllPoint2D()
          Get enumeration of all point 2D
 int getNbValue()
          Get number of point 2D
 double getXMax()
          Get X max of all point 2D
 double getXMin()
          Get X min of all point 2D
 double getYMax()
          Get Y max of all point 2D
 double getYMin()
          Get Y min of all point 2D
 
Methods inherited from class com.oxymel.ofc.charts.series.Series
drawIndicator, getColor, getId, getLegendLabel, hasIndicator, isVisible, setColor, setIndicatorType, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2DSeries

public Point2DSeries(java.lang.String id,
                     java.lang.String legendLabel)
Constructor
Parameters:
id - Series Id
legendLabel - Title of series in legend
Method Detail

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 -  

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.