Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.
|
org.eclipse.birt.chart.script |
Constructor and Description |
---|
DataSetIterator(DataSet ds) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.fromString(java.lang.String sDataSetRepresentation,
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
|
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds) |
Modifier and Type | Method and Description |
---|---|
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.fromString(java.lang.String sDataSetRepresentation,
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.getMaximum(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.
|
java.lang.Object |
DataSetAdapter.getMinimum(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
|
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds) |
Modifier and Type | Method and Description |
---|---|
DataSet |
Series.getDataSet()
Returns the value dataSet.
|
DataSet |
Series.getDataSet(java.lang.String userkey)
Returns the user dataSet.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
Series.getDataSets()
Returns the value of the 'Data Sets' map.
|
Modifier and Type | Method and Description |
---|---|
void |
Series.setDataSet(DataSet dataSet)
Sets the value dataSet.
|
void |
Series.setDataSet(java.lang.String userKey,
DataSet dataSet)
Sets the user dataSet.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
SeriesImpl.getDataSet() |
DataSet |
SeriesImpl.getDataSet(java.lang.String userkey) |
DataSet |
EStringToDataSetMapEntryImpl.getTypedValue() |
DataSet |
EStringToDataSetMapEntryImpl.getValue() |
DataSet |
EStringToDataSetMapEntryImpl.setValue(DataSet value) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<java.lang.String,DataSet> |
ComponentFactoryImpl.createEStringToDataSetMapEntry() |
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
SeriesImpl.getDataSets() |
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
EStringToDataSetMapEntryImpl.getEMap() |
Modifier and Type | Method and Description |
---|---|
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) |
DataSet |
EStringToDataSetMapEntryImpl.setValue(DataSet value) |
Modifier and Type | Interface and Description |
---|---|
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'.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSet.copyInstance() |
DataSet |
DataFactory.createDataSet()
Returns a new object of class 'Set'.
|
Modifier and Type | Class and Description |
---|---|
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'.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetImpl.copyInstance() |
DataSet |
DataFactoryImpl.createDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
Called after populating the series dataset.
|
void |
ChartEventHandlerAdapter.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.