Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SeriesGrouping |
SeriesGrouping.copyInstance() |
SeriesGrouping |
DataFactory.createSeriesGrouping()
Returns a new object of class 'Series Grouping'.
|
SeriesGrouping |
SeriesDefinition.getGrouping()
Returns the value of the 'Grouping' containment
reference.
|
SeriesGrouping |
Query.getGrouping()
Returns the value of the 'Grouping' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesDefinition.setGrouping(SeriesGrouping value)
Sets the value of the '
Grouping ' containment reference. |
void |
Query.setGrouping(SeriesGrouping value)
Sets the value of the '
Grouping ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SeriesGroupingImpl
An implementation of the model object '
Series Grouping'.
|
Modifier and Type | Method and Description |
---|---|
SeriesGrouping |
SeriesGroupingImpl.copyInstance() |
static SeriesGrouping |
SeriesGroupingImpl.create()
A convenience method provided to create a series grouping instance and
initialize its member variables
NOTE: Manually written
|
SeriesGrouping |
DataFactoryImpl.createSeriesGrouping() |
SeriesGrouping |
SeriesDefinitionImpl.getGrouping() |
SeriesGrouping |
QueryImpl.getGrouping() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetGrouping(SeriesGrouping newGrouping,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
QueryImpl.basicSetGrouping(SeriesGrouping newGrouping,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesDefinitionImpl.setGrouping(SeriesGrouping newGrouping) |
void |
QueryImpl.setGrouping(SeriesGrouping newGrouping) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.