Uses of Interface
org.eclipse.birt.chart.model.data.SeriesGrouping
Packages that use SeriesGrouping
Package
Description
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 SeriesGrouping in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return SeriesGroupingModifier and TypeMethodDescriptionSeriesGrouping.copyInstance()
DataFactory.createSeriesGrouping()
Returns a new object of class 'Series Grouping'.Query.getGrouping()
Returns the value of the 'Grouping' containment reference.SeriesDefinition.getGrouping()
Returns the value of the 'Grouping' containment reference.Methods in org.eclipse.birt.chart.model.data with parameters of type SeriesGroupingModifier and TypeMethodDescriptionvoid
Query.setGrouping
(SeriesGrouping value) Sets the value of the 'Grouping
' containment reference.void
SeriesDefinition.setGrouping
(SeriesGrouping value) Sets the value of the 'Grouping
' containment reference. -
Uses of SeriesGrouping in org.eclipse.birt.chart.model.data.impl
Classes in org.eclipse.birt.chart.model.data.impl that implement SeriesGroupingModifier and TypeClassDescriptionclass
An implementation of the model object ' Series Grouping'.Methods in org.eclipse.birt.chart.model.data.impl that return SeriesGroupingModifier and TypeMethodDescriptionSeriesGroupingImpl.copyInstance()
static final SeriesGrouping
SeriesGroupingImpl.create()
A convenience method provided to create a series grouping instance and initialize its member variables NOTE: Manually writtenDataFactoryImpl.createSeriesGrouping()
QueryImpl.getGrouping()
SeriesDefinitionImpl.getGrouping()
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type SeriesGroupingModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
QueryImpl.basicSetGrouping
(SeriesGrouping newGrouping, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
SeriesDefinitionImpl.basicSetGrouping
(SeriesGrouping newGrouping, org.eclipse.emf.common.notify.NotificationChain msgs) void
QueryImpl.setGrouping
(SeriesGrouping newGrouping) void
SeriesDefinitionImpl.setGrouping
(SeriesGrouping newGrouping)