|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.chart.computation.UserDataSetHints
public class UserDataSetHints
This class provides the ability to process the user dataSets. WARNING: This is an internal class and subject to change
| Constructor Summary | |
|---|---|
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 | |
|---|---|
void |
next(DataPointHints dph)
Next all associated datasetiterators and update the datapointhints object. |
void |
reset()
Resets all associated datasetiterators. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets)
throws ChartException
allSeriesDataSets -
ChartException
public UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets,
boolean bReverse)
throws ChartException
allSeriesDataSets - bReverse - indicates if category is reversed
ChartException| Method Detail |
|---|
public final void reset()
public final void next(DataPointHints dph)
dph -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||