jas.hist
Class XML2DScatterDataSource
java.lang.Object
  
java.util.Observable
      
jas.hist.XML2DScatterDataSource
- All Implemented Interfaces: 
 - DataSource, ScatterPlotSource, Serializable
 
public class XML2DScatterDataSource
- extends Observable
- implements ScatterPlotSource, Serializable
  
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XML2DScatterDataSource
public XML2DScatterDataSource(int p_xAxisType,
                              int p_yAxisType,
                              String p_title,
                              double[][] p_data)
getXMin
public double getXMin()
- Specified by:
 getXMin in interface ScatterPlotSource
 
 
getXMax
public double getXMax()
- Specified by:
 getXMax in interface ScatterPlotSource
 
 
getYMin
public double getYMin()
- Specified by:
 getYMin in interface ScatterPlotSource
 
 
getYMax
public double getYMax()
- Specified by:
 getYMax in interface ScatterPlotSource
 
 
getXAxisType
public int getXAxisType()
- Description copied from interface: 
ScatterPlotSource 
- Currently we only support DATE and DOUBLE types
- Specified by:
 getXAxisType in interface ScatterPlotSource
 
 
 
getYAxisType
public int getYAxisType()
- Description copied from interface: 
ScatterPlotSource 
- Currently we only support DOUBLE
- Specified by:
 getYAxisType in interface ScatterPlotSource
 
 
 
startEnumeration
public ScatterEnumeration startEnumeration(double xMin,
                                           double xMax,
                                           double yMin,
                                           double yMax)
- Description copied from interface: 
ScatterPlotSource 
- Starts the enumeration of points from the beginning, and the enumeration
 will include only points in the given range.
- Specified by:
 startEnumeration in interface ScatterPlotSource
 
 
 
startEnumeration
public ScatterEnumeration startEnumeration()
- Description copied from interface: 
ScatterPlotSource 
- Starts the enumeration of points from the beginning, and the enumeration
 will include all points stored in the partition.
- Specified by:
 startEnumeration in interface ScatterPlotSource
 
 
 
getTitle
public String getTitle()
- Description copied from interface: 
DataSource 
- Return the caption to be used in the legend for this data.
- Specified by:
 getTitle in interface DataSource
 
 
 
Copyright © 2000-2009 FreeHEP. All Rights Reserved.