Class UserDataSetHints
- java.lang.Object
-
- org.eclipse.birt.chart.computation.UserDataSetHints
-
public class UserDataSetHints extends java.lang.Object
This class provides the ability to process the user dataSets. WARNING: This is an internal class and subject to change
-
-
Constructor Summary
Constructors Constructor Description UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets)
The constructor.UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets, boolean bReverse)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
next(DataPointHints dph)
Next all associated datasetiterators and update the datapointhints object.void
reset()
Resets all associated datasetiterators.
-
-
-
Constructor Detail
-
UserDataSetHints
public UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets) throws ChartException
The constructor.- Parameters:
allSeriesDataSets
-- Throws:
ChartException
-
UserDataSetHints
public UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets, boolean bReverse) throws ChartException
The constructor.- Parameters:
allSeriesDataSets
-bReverse
- indicates if category is reversed- Throws:
ChartException
-
-
Method Detail
-
reset
public final void reset()
Resets all associated datasetiterators.
-
next
public final void next(DataPointHints dph)
Next all associated datasetiterators and update the datapointhints object.- Parameters:
dph
-
-
-