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