Class UserDataSetHints

java.lang.Object
org.eclipse.birt.chart.computation.UserDataSetHints

public class UserDataSetHints extends Object
This class provides the ability to process the user dataSets. WARNING: This is an internal class and subject to change
  • Constructor Details

    • UserDataSetHints

      public UserDataSetHints(org.eclipse.emf.common.util.EMap<String,DataSet> allSeriesDataSets) throws ChartException
      The constructor.
      Parameters:
      allSeriesDataSets -
      Throws:
      ChartException
    • UserDataSetHints

      public UserDataSetHints(org.eclipse.emf.common.util.EMap<String,DataSet> allSeriesDataSets, boolean bReverse) throws ChartException
      The constructor.
      Parameters:
      allSeriesDataSets -
      bReverse - indicates if category is reversed
      Throws:
      ChartException
  • Method Details

    • 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 -