Uses of Interface
org.eclipse.birt.chart.model.data.DataSet
Packages that use DataSet
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Provides classes and interfaces that determine how a
user's custom dataset needs to be interpreted.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
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.computation
Constructors in org.eclipse.birt.chart.computation with parameters of type DataSetConstructor parameters in org.eclipse.birt.chart.computation with type arguments of type DataSetModifierConstructorDescriptionUserDataSetHints
(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. -
Uses of DataSet in org.eclipse.birt.chart.datafeed
Methods in org.eclipse.birt.chart.datafeed that return DataSetModifier and TypeMethodDescriptionDataSetAdapter.fromString
(String sDataSetRepresentation, DataSet ds) IDataSetProcessor.fromString
(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.Populates a data set with data element values retrieved from a result set created as a result of query executionMethods in org.eclipse.birt.chart.datafeed with parameters of type DataSetModifier and TypeMethodDescriptionDataSetAdapter.fromString
(String sDataSetRepresentation, DataSet ds) IDataSetProcessor.fromString
(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.DataSetAdapter.getMaximum
(DataSet ds) 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.DataSetAdapter.getMinimum
(DataSet ds) 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.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 DataSetModifier and TypeMethodDescriptionSeries.getDataSet()
Returns the value dataSet.Series.getDataSet
(String userkey) Returns the user dataSet.Methods in org.eclipse.birt.chart.model.component that return types with arguments of type DataSetMethods in org.eclipse.birt.chart.model.component with parameters of type DataSetModifier and TypeMethodDescriptionvoid
Series.setDataSet
(String userKey, DataSet dataSet) Sets the user dataSet.void
Series.setDataSet
(DataSet dataSet) Sets the value dataSet. -
Uses of DataSet in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return DataSetModifier and TypeMethodDescriptionSeriesImpl.getDataSet()
SeriesImpl.getDataSet
(String userkey) EStringToDataSetMapEntryImpl.getTypedValue()
EStringToDataSetMapEntryImpl.getValue()
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type DataSetModifier and TypeMethodDescriptionComponentFactoryImpl.createEStringToDataSetMapEntry()
SeriesImpl.getDataSets()
EStringToDataSetMapEntryImpl.getEMap()
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type DataSetModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
EStringToDataSetMapEntryImpl.basicSetTypedValue
(DataSet newValue, org.eclipse.emf.common.notify.NotificationChain msgs) void
SeriesImpl.setDataSet
(String userKey, DataSet newDataSet) void
SeriesImpl.setDataSet
(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.dataModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Bubble Data Set'.interface
A representation of the model object 'Date Time Data Set'.interface
A representation of the model object 'Difference Data Set'.interface
A representation of the model object 'Gantt Data Set'.interface
A representation of the model object 'Null Data Set'.interface
A representation of the model object 'Number Data Set'.interface
A representation of the model object 'Stock Data Set'.interface
A representation of the model object 'Text Data Set'.Methods in org.eclipse.birt.chart.model.data that return DataSetModifier and TypeMethodDescriptionDataSet.copyInstance()
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 DataSetModifier and TypeClassDescriptionclass
An implementation of the model object 'Bubble Data Set'.class
An implementation of the model object ' Set'.class
An implementation of the model object 'Date Time Data Set'.class
An implementation of the model object 'Difference Data Set'.class
An implementation of the model object 'Gantt Data Set'.class
An implementation of the model object 'Null Data Set'.class
An implementation of the model object 'Number Data Set'.class
An implementation of the model object 'Stock Data Set'.class
An implementation of the model object 'Text Data Set'.Methods in org.eclipse.birt.chart.model.data.impl that return DataSet -
Uses of DataSet in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type DataSetModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDataSetFilled
(Series series, DataSet dataSet, IChartScriptContext icsc) void
IChartEventHandler.afterDataSetFilled
(Series series, DataSet dataSet, IChartScriptContext icsc) Called after populating the series dataset.