Uses of Interface
org.eclipse.birt.chart.model.data.DataSet

Packages that use DataSet
org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. 
org.eclipse.birt.chart.model.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.data Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. 
org.eclipse.birt.chart.model.data.impl Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. 
 

Uses of DataSet in org.eclipse.birt.chart.datafeed
 

Methods in org.eclipse.birt.chart.datafeed that return DataSet
 DataSet DataSetAdapter.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
           
 DataSet IDataSetProcessor.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
          Attempts to parse a line of text representing multiple values of a specific data element type and updates an existing data set or creates a new data set filled with these values.
 DataSet DataSetAdapter.populate(java.lang.Object oResultSetDef, DataSet ds)
           
 DataSet IDataSetProcessor.populate(java.lang.Object oResultSetDef, DataSet ds)
          Populates a data set with data element values retrieved from a result set created as a result of query execution
 

Methods in org.eclipse.birt.chart.datafeed with parameters of type DataSet
 DataSet DataSetAdapter.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
           
 DataSet IDataSetProcessor.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
          Attempts to parse a line of text representing multiple values of a specific data element type and updates an existing data set or creates a new data set filled with these values.
 java.lang.Object DataSetAdapter.getMaximum(DataSet ds)
           
 java.lang.Object IDataSetProcessor.getMaximum(DataSet ds)
          Causes implementation specific data set processor classes to compute the maximum value in a data set of a specific series type.
 java.lang.Object DataSetAdapter.getMinimum(DataSet ds)
           
 java.lang.Object IDataSetProcessor.getMinimum(DataSet ds)
          Causes implementation specific data set processor classes to compute the minimum value in a data set of a specific series type.
 DataSet DataSetAdapter.populate(java.lang.Object oResultSetDef, DataSet ds)
           
 DataSet IDataSetProcessor.populate(java.lang.Object oResultSetDef, DataSet ds)
          Populates a data set with data element values retrieved from a result set created as a result of query execution
 

Uses of DataSet in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return DataSet
 DataSet Series.getDataSet()
          Returns the value dataSet.
 DataSet Series.getDataSet(java.lang.String userkey)
          Returns the user dataSet.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type DataSet
 void Series.setDataSet(DataSet dataSet)
          Sets the value dataSet.
 void Series.setDataSet(java.lang.String userKey, DataSet dataSet)
          Sets the user dataSet.
 

Uses of DataSet in org.eclipse.birt.chart.model.component.impl
 

Methods in org.eclipse.birt.chart.model.component.impl that return DataSet
 DataSet SeriesImpl.getDataSet()
           
 DataSet SeriesImpl.getDataSet(java.lang.String userkey)
           
 DataSet EStringToDataSetMapEntryImpl.getTypedValue()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type DataSet
 org.eclipse.emf.common.notify.NotificationChain EStringToDataSetMapEntryImpl.basicSetTypedValue(DataSet newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SeriesImpl.setDataSet(DataSet newDataSet)
           
 void SeriesImpl.setDataSet(java.lang.String userKey, DataSet newDataSet)
           
 void EStringToDataSetMapEntryImpl.setTypedValue(DataSet newValue)
           
 

Uses of DataSet in org.eclipse.birt.chart.model.data
 

Subinterfaces of DataSet in org.eclipse.birt.chart.model.data
 interface BubbleDataSet
          A representation of the model object 'Bubble Data Set'.
 interface DateTimeDataSet
          A representation of the model object 'Date Time Data Set'.
 interface DifferenceDataSet
          A representation of the model object 'Difference Data Set'.
 interface GanttDataSet
          A representation of the model object 'Gantt Data Set'.
 interface NullDataSet
          A representation of the model object 'Null Data Set'.
 interface NumberDataSet
          A representation of the model object 'Number Data Set'.
 interface StockDataSet
          A representation of the model object 'Stock Data Set'.
 interface TextDataSet
          A representation of the model object 'Text Data Set'.
 

Methods in org.eclipse.birt.chart.model.data that return DataSet
 DataSet DataFactory.createDataSet()
          Returns a new object of class 'Set'.
 

Uses of DataSet in org.eclipse.birt.chart.model.data.impl
 

Classes in org.eclipse.birt.chart.model.data.impl that implement DataSet
 class BubbleDataSetImpl
          An implementation of the model object 'Bubble Data Set'.
 class DataSetImpl
          An implementation of the model object ' Set'.
 class DateTimeDataSetImpl
          An implementation of the model object 'Date Time Data Set'.
 class DifferenceDataSetImpl
          An implementation of the model object 'Difference Data Set'.
 class GanttDataSetImpl
          An implementation of the model object 'Gantt Data Set'.
 class NullDataSetImpl
          An implementation of the model object 'Null Data Set'.
 class NumberDataSetImpl
          An implementation of the model object 'Number Data Set'.
 class StockDataSetImpl
          An implementation of the model object 'Stock Data Set'.
 class TextDataSetImpl
          An implementation of the model object 'Text Data Set'.
 

Methods in org.eclipse.birt.chart.model.data.impl that return DataSet
 DataSet DataFactoryImpl.createDataSet()
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.